ChannelHeaderLeadingContentParams

data class ChannelHeaderLeadingContentParams(val onBackPressed: () -> Unit)

Parameters for ChatComponentFactory.ChannelHeaderLeadingContent.

Parameters

onBackPressed

Action invoked when the back button is pressed.

Constructors

Link copied to clipboard
constructor(onBackPressed: () -> Unit)

Properties

Link copied to clipboard
val onBackPressed: () -> Unit