ChannelMediaAttachmentsPreviewBottomBar

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) }))

Factory method for creating the bottom bar of the channel media attachments preview screen.

Parameters

text

The text to display in the bottom bar.