ChannelMediaAttachmentsPreviewBottomBarParams
data class ChannelMediaAttachmentsPreviewBottomBarParams(val centerContent: @Composable () -> Unit, val leadingContent: @Composable () -> Unit = {}, val trailingContent: @Composable () -> Unit = {})
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.
Constructors
Link copied to clipboard
constructor(centerContent: @Composable () -> Unit, leadingContent: @Composable () -> Unit = {}, trailingContent: @Composable () -> Unit = {})