ErrorEvent
Describes the actions that were taken.
Types
Link copied to clipboard
data class DeleteChannelError(val chatError: ChatError) : ChannelListViewModel.ErrorEvent
Content copied to clipboard
Event for errors upon deleting a channel.
Link copied to clipboard
data class HideChannelError(val chatError: ChatError) : ChannelListViewModel.ErrorEvent
Content copied to clipboard
Event for errors upon hiding a channel.
Link copied to clipboard
data class LeaveChannelError(val chatError: ChatError) : ChannelListViewModel.ErrorEvent
Content copied to clipboard
Event for errors upon leaving a channel.