Package-level declarations
Types
Link copied to clipboard
The different types of events that can occur in the mention list.
Link copied to clipboard
data class MentionListState(val isLoading: Boolean = true, val results: List<MessageResult> = emptyList(), nextPage: String? = null, val canLoadMore: Boolean = true, val isLoadingMore: Boolean = false, val isRefreshing: Boolean = false)
The state of the mention list on which the UI should be rendered.