ChannelMediaAttachmentsPreviewBottomBarParams

data class ChannelMediaAttachmentsPreviewBottomBarParams(val centerContent: @Composable () -> Unit, val leadingContent: @Composable () -> Unit = {}, val trailingContent: @Composable () -> Unit = {}, val topContent: @Composable () -> Unit? = null)

Parameters for the ChatComponentFactory.ChannelMediaAttachmentsPreviewBottomBar component.

Parameters

centerContent

Composable lambda for center content in the bottom bar.

leadingContent

Composable lambda for leading content in the bottom bar.

trailingContent

Composable lambda for trailing content in the bottom bar.

topContent

Composable lambda for content above the bottom bar (e.g. video playback controls).

Constructors

constructor(centerContent: @Composable () -> Unit, leadingContent: @Composable () -> Unit = {}, trailingContent: @Composable () -> Unit = {}, topContent: @Composable () -> Unit? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val topContent: @Composable () -> Unit? = null
Link copied to clipboard