Channel

data class Channel(val id: String, @StringRes val name: Int, val priority: Int)

Constructors

Link copied to clipboard
constructor(id: String, @StringRes name: Int, priority: Int)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val name: Int
Link copied to clipboard