A
B
C
D
E
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
W
M
- markAllRead() - function in io.getstream.chat.android.livedata.ChatDomain
- Marks all messages on a channel as read.
- markAllRead() - function in io.getstream.chat.android.offline.ChatDomain
- Marks all messages on a channel as read.
- markRead(String) - function in io.getstream.chat.android.livedata.ChatDomain
- Marks all messages of the specified channel as read.
- markRead(String) - function in io.getstream.chat.android.offline.ChatDomain
- Marks all messages of the specified channel as read.
- MessagesState - class in io.getstream.chat.android.offline.experimental.channel.state
- Represents of possible state of messages for ChannelState.
- MessagesState.Loading - class in io.getstream.chat.android.offline.experimental.channel.state.MessagesState
- Indicates we are loading the first page of results.
- MessagesState.NoQueryActive - class in io.getstream.chat.android.offline.experimental.channel.state.MessagesState
- The ChannelState is initialized but no query is currently running.
- MessagesState.OfflineNoResults - class in io.getstream.chat.android.offline.experimental.channel.state.MessagesState
- If we are offline and don't have channels stored in offline storage, typically displayed as an error condition.
- MessagesState.Result - class in io.getstream.chat.android.offline.experimental.channel.state.MessagesState
- The list of messages, loaded either from offline storage or an API call.
- METERED - enum entry in io.getstream.chat.android.offline.message.attachment.UploadAttachmentsNetworkType
A metered network connection is required.