B  C  D  E  G  H  I  K  L  M  O  P  Q  R  S  T  U  W 

Q

query(Integer,Integer,Integer) - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
 
queryChannels(FilterObject,QuerySort,Integer,Integer) - function in io.getstream.chat.android.livedata.ChatDomain
Queries offline storage and the API for channels matching the filter Returns a queryChannelsController
QueryChannels - class in io.getstream.chat.android.livedata.usecase
 
queryChannels(FilterObject,QuerySort,Integer,Integer) - function in io.getstream.chat.android.offline.ChatDomain
Queries offline storage and the API for channels matching the filter Returns a queryChannelsController
QueryChannelsController - class in io.getstream.chat.android.livedata.controller
The QueryChannelsController is a small helper to show a list of channels
  • .channels a livedata object with the list of channels. this list

  • .loading if we're currently loading

  • .loadingMore if we're currently loading more channels

QueryChannelsController - class in io.getstream.chat.android.offline.querychannels
 
QueryChannelsController.ChannelsState - class in io.getstream.chat.android.livedata.controller.QueryChannelsController
 
QueryChannelsController.ChannelsState.Loading - class in io.getstream.chat.android.livedata.controller.QueryChannelsController.ChannelsState
Indicates we are loading the first page of results.
QueryChannelsController.ChannelsState.NoQueryActive - class in io.getstream.chat.android.livedata.controller.QueryChannelsController.ChannelsState
The QueryChannelsController is initialized but no query is currently running.
QueryChannelsController.ChannelsState.OfflineNoResults - class in io.getstream.chat.android.livedata.controller.QueryChannelsController.ChannelsState
If we are offline and don't have channels stored in offline storage, typically displayed as an error condition.
QueryChannelsController.ChannelsState.Result - class in io.getstream.chat.android.livedata.controller.QueryChannelsController.ChannelsState
The list of channels, loaded either from offline storage or an API call.
queryChannelsLoadMore(FilterObject,QuerySort,Integer,Integer) - function in io.getstream.chat.android.livedata.ChatDomain
Load more channels for this query
queryChannelsLoadMore(FilterObject,QuerySort,Integer) - function in io.getstream.chat.android.livedata.ChatDomain
Load more channels for this query
queryChannelsLoadMore(FilterObject,QuerySort) - function in io.getstream.chat.android.livedata.ChatDomain
Load more channels for this query
QueryChannelsLoadMore - class in io.getstream.chat.android.livedata.usecase
 
queryChannelsLoadMore(FilterObject,QuerySort,Integer,Integer) - function in io.getstream.chat.android.offline.ChatDomain
Load more channels for this query
queryChannelsLoadMore(FilterObject,QuerySort,Integer) - function in io.getstream.chat.android.offline.ChatDomain
Load more channels for this query
queryChannelsLoadMore(FilterObject,QuerySort) - function in io.getstream.chat.android.offline.ChatDomain
Load more channels for this query
queryMembers(String,Integer,Integer,FilterObject,QuerySort,List) - function in io.getstream.chat.android.livedata.ChatDomain
Query members of a channel
QueryMembers - class in io.getstream.chat.android.livedata.usecase
UseCase for querying members of a channel
queryMembers(String,Integer,Integer,FilterObject,QuerySort,List) - function in io.getstream.chat.android.offline.ChatDomain
Query members of a channel
B  C  D  E  G  H  I  K  L  M  O  P  Q  R  S  T  U  W