MentionListViewModel

constructor(sort: QuerySorter<Message>? = null, controllerProvider: ViewModel.() -> MentionListController = { MentionListController(viewModelScope, sort) })

Parameters

sort

The sorting options for the messages.

controllerProvider

The provider for MentionListController which handles the business logic of the mention list.