ChannelMediaAttachmentsTopBarParams

data class ChannelMediaAttachmentsTopBarParams(val gridState: LazyGridState, val onNavigationIconClick: () -> Unit)

Parameters for ChatComponentFactory.ChannelMediaAttachmentsTopBar.

Parameters

gridState

The state of the lazy grid.

onNavigationIconClick

Action invoked when the navigation icon is clicked.

Constructors

Link copied to clipboard
constructor(gridState: LazyGridState, onNavigationIconClick: () -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard