Package-level declarations

Functions

Link copied to clipboard
fun DirectChannelInfoScreen(viewModelFactory: ChannelInfoViewModelFactory, modifier: Modifier = Modifier, onNavigationIconClick: () -> Unit = {})

A stateful screen component that displays the channel info for a direct channel, including the options available for the channel.

Link copied to clipboard
fun GroupChannelInfoScreen(viewModelFactory: ChannelInfoViewModelFactory, modifier: Modifier = Modifier, currentUser: User? = ChatClient.instance().getCurrentUser(), onNavigationIconClick: () -> Unit = {}, onAddMembersClick: () -> Unit = {})

A stateful screen component that displays the channel info for a group channel, including its members and the options available for the channel.