Package-level declarations

Types

Link copied to clipboard
class ChannelHeaderViewController(cid: String, scope: CoroutineScope, chatClient: ChatClient = ChatClient.instance(), channelState: Flow<ChannelState> = chatClient .watchChannelAsState(cid = cid, messageLimit = 0, coroutineScope = scope) .filterNotNull())

Controller responsible for managing the state of the channel header.