B
C
D
E
G
H
I
K
L
M
N
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.
- queryChannels(FilterObject,QuerySort,Integer,Integer) - function in io.getstream.chat.android.offline.ChatDomain
- Queries offline storage and the API for channels matching the filter.
- 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 - class in io.getstream.chat.android.offline.querychannels.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.Loading - class in io.getstream.chat.android.offline.querychannels.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.NoQueryActive - class in io.getstream.chat.android.offline.querychannels.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.OfflineNoResults - class in io.getstream.chat.android.offline.querychannels.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.
- QueryChannelsController.ChannelsState.Result - class in io.getstream.chat.android.offline.querychannels.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(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(String,Integer,Integer,FilterObject,QuerySort,List) - function in io.getstream.chat.android.offline.ChatDomain
- Query members of a channel.