B
C
D
E
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
W
Q
- QueryChannels - class in io.getstream.chat.android.livedata.usecase
- 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.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 - class in io.getstream.chat.android.livedata.usecase