ThreadsViewModelFactory
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.
Parameters
threadLimit
The number of threads to load per page.
threadReplyLimit
The number of replies per thread to load.
threadParticipantLimit
The number of participants per thread to load.