Package 

Class QueryChannelsReference

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final QueryChannelsRequest request
    • Method Summary

      Modifier and Type Method Description
      final QueryChannelsRequest getRequest()
      Call<List<Channel>> get() Returns a call as result of request
      QueryChannelsState asState(CoroutineScope scope) Returns an offline state representing this request.
      • Methods inherited from class java.lang.Object

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

      • getRequest

         final QueryChannelsRequest getRequest()
      • get

         Call<List<Channel>> get()

        Returns a call as result of request

      • asState

         QueryChannelsState asState(CoroutineScope scope)

        Returns an offline state representing this request.

        Parameters:
        scope - Coroutine scope where initial data filling action is being invoked.