Package-level declarations

Types

Link copied to clipboard
sealed interface MentionListEvent

The different types of events that can occur in the mention list.

Link copied to clipboard
data class MentionListState(    val isLoading: Boolean,     val results: List<MessageResult>,     nextPage: String?,     val canLoadMore: Boolean,     val isLoadingMore: Boolean)

The state of the mention list on which the UI should be rendered.