ChannelInfo

class ChannelInfo(val channelId: String, val channelType: ChannelType)

Channel Info.

Constructors

Link copied to clipboard
constructor(channelId: String, channelType: ChannelType)

Properties

Link copied to clipboard

The channel ID.

Link copied to clipboard

The channel type.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int