id

val id: String?

Gets the channel identifier. This Id is created asynchronously, so initially it may be null. To be notified when the channel is updated, add a listener with .addChannelListener.

Return

The channel Id, or null if the Id is not yet created.