ChannelMediaAttachmentsPreviewBottomBar
open fun ChannelMediaAttachmentsPreviewBottomBar(params: ChannelMediaAttachmentsPreviewBottomBarParams)
Factory method for creating the bottom bar of the channel media attachments preview screen.
Deprecated
Use ChannelMediaAttachmentsPreviewBottomBar(params: ChannelMediaAttachmentsPreviewBottomBarParams) instead.
Replace with
ChannelMediaAttachmentsPreviewBottomBar(ChannelMediaAttachmentsPreviewBottomBarParams(centerContent = { Text(text) }))
Content copied to clipboard
Factory method for creating the bottom bar of the channel media attachments preview screen.
Parameters
text
The text to display in the bottom bar.