Class ChannelListViewModel.State
-
- All Implemented Interfaces:
public final class ChannelListViewModel.StateDescribed the state of the list of channels.
-
-
Constructor Summary
Constructors Constructor Description ChannelListViewModel.State(Boolean isLoading, List<Channel> channels)
-
Method Summary
Modifier and Type Method Description final BooleanisLoading()final List<Channel>getChannels()-
-
Method Detail
-
getChannels
final List<Channel> getChannels()
-
-
-
-