ChannelInfoMemberViewState
Represents the state of the channel member information in the UI.
This sealed interface is used to model the different states that the channel member information can be in, such as loading or displaying content.
Inheritors
Types
Link copied to clipboard
data class Content(val member: Member, val options: List<ChannelInfoMemberViewState.Content.Option>) : ChannelInfoMemberViewState
Represents the content state of the channel member information.
Link copied to clipboard
Represents the loading state of the channel member information.