Channel

data class Channel(val id: String)

A class that represents the channel an App can be configured to.

Constructors

Link copied to clipboard
fun Channel(id: String)

Properties

Link copied to clipboard

The ID of the current snapshot the channel is configured to

Link copied to clipboard
val id: String

the ID of the channel