DirectChannelInfoTopBarParams

data class DirectChannelInfoTopBarParams(val headerState: ChannelHeaderViewState, val listState: LazyListState, val onNavigationIconClick: () -> Unit)

Parameters for ChatComponentFactory.DirectChannelInfoTopBar.

Parameters

headerState

The state of the channel header.

listState

The state of the lazy list.

onNavigationIconClick

Action invoked when the navigation icon is clicked.

Constructors

Link copied to clipboard
constructor(headerState: ChannelHeaderViewState, listState: LazyListState, onNavigationIconClick: () -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard