Content

data class Content(val currentUser: User?, val connectionState: ConnectionState, val channel: Channel) : ChannelHeaderViewState

Represents the content state of the channel header.

Constructors

Link copied to clipboard
constructor(currentUser: User?, connectionState: ConnectionState, channel: Channel)

Properties

Link copied to clipboard

The channel associated with the message list.

Link copied to clipboard

The connection state of the chat client.

Link copied to clipboard

The current connected user.