Class ChannelListViewModel.State

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean isLoading()
      final List<Channel> getChannels()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChannelListViewModel.State

        ChannelListViewModel.State(Boolean isLoading, List<Channel> channels)
        Parameters:
        isLoading - If the list is currently loading.
        channels - The list of channels to be displayed.