Package-level declarations

Types

Link copied to clipboard
class MentionListViewModel(sort: QuerySorter<Message>? = null, controllerProvider: ViewModel.() -> MentionListController = { MentionListController(viewModelScope, sort) }) : ViewModel

ViewModel class responsible for managing the MentionListState and actions of mention list.

Link copied to clipboard

Factory for creating a MentionListViewModel with a custom sort.