GroupChannelInfoTopBarParams
data class GroupChannelInfoTopBarParams(val headerState: ChannelHeaderViewState, val infoState: ChannelInfoViewState, val listState: LazyListState, val onNavigationIconClick: () -> Unit, val onActionClick: () -> Unit = {})
Parameters for ChatComponentFactory.GroupChannelInfoTopBar.
Parameters
headerState
The state of the channel header.
infoState
The state of the channel info.
listState
The state of the lazy list.
onNavigationIconClick
Callback invoked when the navigation icon is clicked.
onActionClick
Callback invoked when the action button is clicked.
Constructors
Link copied to clipboard
constructor(headerState: ChannelHeaderViewState, infoState: ChannelInfoViewState, listState: LazyListState, onNavigationIconClick: () -> Unit, onActionClick: () -> Unit = {})