ChannelListConfig

data class ChannelListConfig(val muteIndicatorPosition: MuteIndicatorPosition = MuteIndicatorPosition.InlineTitle, val swipeActionsEnabled: Boolean = true, val optionsVisibility: ChannelOptionsVisibility = ChannelOptionsVisibility())

Behavioral configuration for the channel list.

Parameters

muteIndicatorPosition

Where the mute icon is placed in the channel list item.

swipeActionsEnabled

Whether swipe-to-reveal actions are enabled on channel list items.

optionsVisibility

Controls which options are visible in the channel options menu.

Constructors

Link copied to clipboard
constructor(muteIndicatorPosition: MuteIndicatorPosition = MuteIndicatorPosition.InlineTitle, swipeActionsEnabled: Boolean = true, optionsVisibility: ChannelOptionsVisibility = ChannelOptionsVisibility())

Properties