-
- All Implemented Interfaces:
-
io.getstream.chat.android.offline.experimental.plugin.QueryReference
public final class QueryChannelsReference implements QueryReference<List<Channel>, QueryChannelsState>
-
-
Field Summary
Fields Modifier and Type Field Description private final QueryChannelsRequestrequest
-
Method Summary
Modifier and Type Method Description final QueryChannelsRequestgetRequest()Call<List<Channel>>get()Returns a call as result of request QueryChannelsStateasState(CoroutineScope scope)Returns an offline state representing this request. -
-
Method Detail
-
getRequest
final QueryChannelsRequest getRequest()
-
asState
QueryChannelsState asState(CoroutineScope scope)
Returns an offline state representing this request.
- Parameters:
scope- Coroutine scope where initial data filling action is being invoked.
-
-
-
-