MessageListState

sealed class MessageListState

MessageListView display states

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
data class Content(val messages: List<Message>, val isRefreshing: Boolean, val highlightedMessageId: String? = null) : MessageListState, Parcelable

Content state.

Link copied to clipboard
data object Error : MessageListState

Error state.

Link copied to clipboard

Loading state.