Package-level declarations
Types
Link copied to clipboard
ViewModel responsible for managing the state of a threads list.
Link copied to clipboard
class ThreadsViewModelFactory(threadLimit: Int = ThreadListController.DEFAULT_THREAD_LIMIT, threadReplyLimit: Int = ThreadListController.DEFAULT_THREAD_REPLY_LIMIT, threadParticipantLimit: Int = ThreadListController.DEFAULT_THREAD_PARTICIPANT_LIMIT) : ViewModelProvider.Factory
A ViewModel factory for creating a ThreadListViewModel.