Package-level declarations

Types

Link copied to clipboard

Dismisses the actions.

Link copied to clipboard
sealed class ChannelAction

Represents the list of actions users can take with selected channels.

Link copied to clipboard
data class DeleteConversation(val channel: Channel) : ChannelAction

Shows a dialog to delete the conversation, if we have the permission.

Link copied to clipboard
data class LeaveGroup(val channel: Channel) : ChannelAction

Shows a dialog to leave the group.

Link copied to clipboard
data class MuteChannel(val channel: Channel) : ChannelAction

Mutes the channel.

Link copied to clipboard
data class UnmuteChannel(val channel: Channel) : ChannelAction

Unmutes the channel.

Link copied to clipboard
data class ViewInfo(val channel: Channel) : ChannelAction

Show more info about the channel.