ChannelFilesAttachmentsTopBarParams

data class ChannelFilesAttachmentsTopBarParams(val listState: LazyListState, val onNavigationIconClick: () -> Unit)

Parameters for ChatComponentFactory.ChannelFilesAttachmentsTopBar.

Parameters

listState

The state of the lazy list.

onNavigationIconClick

Action invoked when the navigation icon is clicked.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard