ChannelMediaAttachmentsPreviewTopBarParams

data class ChannelMediaAttachmentsPreviewTopBarParams(val item: ChannelAttachmentsViewState.Content.Item, val onNavigationIconClick: () -> Unit)

Parameters for ChatComponentFactory.ChannelMediaAttachmentsPreviewTopBar.

Parameters

item

The item to display in the top bar.

onNavigationIconClick

Action invoked when the navigation icon is clicked.

Constructors

constructor(item: ChannelAttachmentsViewState.Content.Item, onNavigationIconClick: () -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard