DirectChannelInfoScreen

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.

Parameters

viewModelFactory

The factory used to create the ChannelInfoViewModel.

modifier

The Modifier to be applied to this screen.

onNavigationIconClick

Callback invoked when the navigation icon is clicked.