Class MentionListViewModel.State
-
- All Implemented Interfaces:
public final class MentionListViewModel.State
-
-
Constructor Summary
Constructors Constructor Description MentionListViewModel.State(Boolean canLoadMore, List<Message> results, Boolean isLoading)
-
Method Summary
Modifier and Type Method Description final BooleangetCanLoadMore()final List<Message>getResults()final BooleanisLoading()-
-
Method Detail
-
getCanLoadMore
final Boolean getCanLoadMore()
-
getResults
final List<Message> getResults()
-
-
-
-