ChannelMenuCenterContentParams
data class ChannelMenuCenterContentParams(val channelActions: List<ChannelAction>, val onChannelOptionConfirm: (ChannelAction) -> Unit, val modifier: Modifier = Modifier)
Parameters for ChatComponentFactory.ChannelMenuCenterContent.
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)