ChannelMenuOptionsParams

data class ChannelMenuOptionsParams(val channelActions: List<ChannelAction>, val onChannelOptionConfirm: (ChannelAction) -> Unit, val modifier: Modifier = Modifier)

Parameters for ChatComponentFactory.ChannelMenuOptions.

Parameters

channelActions

The list of channel actions.

onChannelOptionConfirm

Action invoked when a channel option is confirmed.

modifier

Modifier for styling.

Constructors

Link copied to clipboard
constructor(channelActions: List<ChannelAction>, onChannelOptionConfirm: (ChannelAction) -> Unit, modifier: Modifier = Modifier)

Properties

Link copied to clipboard
Link copied to clipboard