A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
M
- markAllRead() - function in io.getstream.chat.android.client.ChatClient
- Marks all the channel as read.
- MarkAllReadEvent - class in io.getstream.chat.android.client.events
- Triggered when the total count of unread messages (across all channels the user is a member) changes
- MarkAllReadListener - class in io.getstream.chat.android.client.plugin.listeners
- Listener for ChatClient.markAllRead requests.
- markMessageRead(String,String,String) - function in io.getstream.chat.android.client.ChatClient
- markMessageRead(String) - function in io.getstream.chat.android.client.channel.ChannelClient
- markRead(String,String) - function in io.getstream.chat.android.client.ChatClient
- Marks the specified channel as read.
- markRead() - function in io.getstream.chat.android.client.channel.ChannelClient
- Member - class in io.getstream.chat.android.client.models
- Represents a channel member.
- MemberAddedEvent - class in io.getstream.chat.android.client.events
- Triggered when a member is added to a channel
- MemberKt - class in io.getstream.chat.android.client.extensions.internal
- MemberRemovedEvent - class in io.getstream.chat.android.client.events
- Triggered when a member is removed from a channel
- membersLimit() - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- Returns limit of members for a requested channel.
- membersLimit() - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- Returns limit of members for a requested channel.
- membersOffset() - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- Returns offset of members for a requested channel.
- membersOffset() - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- Returns offset of members for a requested channel.
- MemberUpdatedEvent - class in io.getstream.chat.android.client.events
- Triggered when a channel member is updated (promoted to moderator/accepted/.
- mergePartially(User,User) - function in io.getstream.chat.android.client.utils.UserUtilsKt
- Partially merges that user data into this user data.
- mergeReactions(Collection,Collection) - function in io.getstream.chat.android.client.extensions.internal.ReactionKt
- Merges two collections of reactions by their Reaction.type.
- Message - class in io.getstream.chat.android.client.models
- Message.Companion - class in io.getstream.chat.android.client.models.Message
- MESSAGE_MODERATION_FAILED - enum entry in io.getstream.chat.android.client.errors.ChatErrorCode
- MessageAwaitingAttachments - class in io.getstream.chat.android.client.models
- When sync is in progress due to awaiting attachments.
- MessageDeletedEvent - class in io.getstream.chat.android.client.events
- Triggered when a message is deleted
- MessageExtensionsKt - class in io.getstream.chat.android.client.extensions
- MessageKt - class in io.getstream.chat.android.client.extensions.internal
- MessageModerationDeletedException - class in io.getstream.chat.android.client.errors.cause
- Identifies that message cannot be deleted, because it is in failed state due to the moderation violations.
- MessageModerationFailed - class in io.getstream.chat.android.client.models
- When sync is failed due to moderation violation.
- MessageModerationFailedException - class in io.getstream.chat.android.client.errors.cause
- Corresponding exception to ChatErrorCode.MESSAGE_MODERATION_FAILED.
- MessageModerationFailedException.Detail - class in io.getstream.chat.android.client.errors.cause.MessageModerationFailedException
- MessageReactionsKt - class in io.getstream.chat.android.client.extensions.internal
- MessageReadEvent - class in io.getstream.chat.android.client.events
- Triggered when a channel is marked as read
- MessageRepository - class in io.getstream.chat.android.client.persistance.repository
- Repository to read and write Message data.
- messagesLimit() - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- Returns limit of messages for a requested channel.
- messagesLimit() - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- Returns limit of messages for a requested channel.
- MessageSyncContent - class in io.getstream.chat.android.client.models
- A content of message sync description.
- MessageSyncDescription - class in io.getstream.chat.android.client.models
- An addition to SyncStatus to cover message related statuses in detail.
- MessageSyncFailed - class in io.getstream.chat.android.client.models
- When sync is failed.
- MessageSyncInProgress - class in io.getstream.chat.android.client.models
- When sync is in progress.
- MessageSyncNone - class in io.getstream.chat.android.client.models
- When no additional description is required to SyncStatus.
- MessageSyncType - class in io.getstream.chat.android.client.models
- A type of message sync description.
- MessageSyncType.Companion - class in io.getstream.chat.android.client.models.MessageSyncType
- MessageUpdatedEvent - class in io.getstream.chat.android.client.events
- Triggered when a message is updated
- MessageUtils - class in io.getstream.chat.android.client.utils.message
- MessageUtilsKt - class in io.getstream.chat.android.client.utils.internal
- ModerationViolation - class in io.getstream.chat.android.client.models
- Moderation violation details.
- mute(Integer) - function in io.getstream.chat.android.client.channel.ChannelClient
- Mutes a channel for the current user.
- mute() - function in io.getstream.chat.android.client.channel.ChannelClient
- Mutes a channel for the current user.
- Mute - class in io.getstream.chat.android.client.models
- muteChannel(String,String,Integer) - function in io.getstream.chat.android.client.ChatClient
- Mutes a channel for the current user.
- muteChannel(String,String) - function in io.getstream.chat.android.client.ChatClient
- Mutes a channel for the current user.
- muteCurrentUser() - function in io.getstream.chat.android.client.ChatClient
- muteCurrentUser() - function in io.getstream.chat.android.client.channel.ChannelClient
- muteUser(String,Integer) - function in io.getstream.chat.android.client.ChatClient
- Mutes a user.
- muteUser(String) - function in io.getstream.chat.android.client.ChatClient
- Mutes a user.
- muteUser(String,Integer) - function in io.getstream.chat.android.client.channel.ChannelClient
- Mutes a user.
- muteUser(String) - function in io.getstream.chat.android.client.channel.ChannelClient
- Mutes a user.