A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
M
- managedQuery(android.net.Uri,kotlin.Array,java.lang.String,kotlin.Array,java.lang.String) - function in android.app.Activity
- MarkAsUnread - class in io.getstream.chat.android.ui.common.state.messages
- markLastMessageRead() - function in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController
- Marks that the last message in the list as read.
- markUnread(io.getstream.chat.android.models.Message,kotlin.jvm.functions.Function1) - function in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController
- Marks the selected message as unread.
- MediaRecorderState - class in io.getstream.sdk.chat.audio.recording
- Represents the current state of the MediaRecorder.
- MediaStringUtil - class in io.getstream.chat.android.ui.common.utils
- MessageAction - class in io.getstream.chat.android.ui.common.state.messages
- Represents the list of actions users can take with selected messages.
- MessageActionKt - class in io.getstream.chat.android.ui.common.state.messages
- MessageComposerController - class in io.getstream.chat.android.ui.common.feature.messages.composer
- Controller responsible for handling the composing and sending of messages.
- MessageComposerState - class in io.getstream.chat.android.ui.common.state.messages.composer
- Represents the state within the message input.
- MessageFocused - class in io.getstream.chat.android.ui.common.state.messages.list
- Represents the state when the message is currently being focused.
- MessageFocusRemoved - class in io.getstream.chat.android.ui.common.state.messages.list
- Represents the state when we've removed the focus from the message.
- MessageFocusState - class in io.getstream.chat.android.ui.common.state.messages.list
- Represents the message focus state, in case the user jumps to a message.
- MessageFooterVisibility - class in io.getstream.chat.android.ui.common.state.messages.list
- Intended to be used for regulating the visibility of a single message footer visibility.
- MessageFooterVisibility.Always - class in io.getstream.chat.android.ui.common.state.messages.list.MessageFooterVisibility
- The message footer will be visible for every message.
- MessageFooterVisibility.LastInGroup - class in io.getstream.chat.android.ui.common.state.messages.list.MessageFooterVisibility
- The message footer will only be visible to items that are last in group.
- MessageFooterVisibility.Never - class in io.getstream.chat.android.ui.common.state.messages.list.MessageFooterVisibility
- The message footer will never be visible.
- MessageFooterVisibility.WithTimeDifference - class in io.getstream.chat.android.ui.common.state.messages.list.MessageFooterVisibility
- The message footer will be visible to items that are sent inside a specified time duration.
- MessageFooterVisibilityKt - class in io.getstream.chat.android.ui.common.utils.extensions
- MessageInput - class in io.getstream.chat.android.ui.common.state.messages
- The input for a new message
- MessageInput.Source - class in io.getstream.chat.android.ui.common.state.messages.MessageInput
- MessageInput.Source.CommandSelected - class in io.getstream.chat.android.ui.common.state.messages.MessageInput.Source
- The message was created internally by the SDK
- MessageInput.Source.Default - class in io.getstream.chat.android.ui.common.state.messages.MessageInput.Source
- The initial value, used when the source is not specified
- MessageInput.Source.Edit - class in io.getstream.chat.android.ui.common.state.messages.MessageInput.Source
- The message was created by the user
- MessageInput.Source.External - class in io.getstream.chat.android.ui.common.state.messages.MessageInput.Source
- The message was created by the user
- MessageInput.Source.Internal - class in io.getstream.chat.android.ui.common.state.messages.MessageInput.Source
- MessageInput.Source.MentionSelected - class in io.getstream.chat.android.ui.common.state.messages.MessageInput.Source
- The message was created internally by the SDK
- MessageItemState - class in io.getstream.chat.android.ui.common.state.messages.list
- Represents a message item inside the messages list.
- MessageKt - class in io.getstream.chat.android.ui.common.utils.extensions
- MessageListController - class in io.getstream.chat.android.ui.common.feature.messages.list
- Controller responsible for handling message list state.
- MessageListController.ErrorEvent - class in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController
- A class designed for error event propagation.
- MessageListController.ErrorEvent.BlockUserError - class in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController.ErrorEvent
- When an error occurs while blocking a user.
- MessageListController.ErrorEvent.FlagMessageError - class in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController.ErrorEvent
- When an error occurs while flagging a message.
- MessageListController.ErrorEvent.MarkUnreadError - class in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController.ErrorEvent
- When an error occurs while marking a message as read.
- MessageListController.ErrorEvent.MuteUserError - class in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController.ErrorEvent
- When an error occurs while muting a user.
- MessageListController.ErrorEvent.PinMessageError - class in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController.ErrorEvent
- When an error occurs while pinning a message.
- MessageListController.ErrorEvent.UnmuteUserError - class in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController.ErrorEvent
- When an error occurs while unmuting a user.
- MessageListController.ErrorEvent.UnpinMessageError - class in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController.ErrorEvent
- When an error occurs while unpinning a message.
- MessageListController.UnreadLabel - class in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController
- MessageListItemState - class in io.getstream.chat.android.ui.common.state.messages.list
- Represents a list item inside a message list.
- MessageListState - class in io.getstream.chat.android.ui.common.state.messages.list
- Holds the state of the messages list screen.
- MessageMode - class in io.getstream.chat.android.ui.common.state.messages
- Represents the message mode that's currently active.
- MessageMode.MessageThread - class in io.getstream.chat.android.ui.common.state.messages.MessageMode
- Thread mode, where there's a parent message to respond to.
- MessageMode.Normal - class in io.getstream.chat.android.ui.common.state.messages.MessageMode
- Regular mode, conversation with other users.
- MessageOptionsUserReactionAlignment - class in io.getstream.chat.android.ui.common.state.messages.list
- Determines the alignment of the reaction icon inside user reactions.
- MessageOptionsUserReactionAlignmentKt - class in io.getstream.chat.android.ui.common.state.messages.list
- MessagePosition - class in io.getstream.chat.android.ui.common.state.messages.list
- Represents the group position of a message, if the message is in a group.
- MessagePositionHandler - class in io.getstream.chat.android.ui.common.feature.messages.list
- A handler to determine the position of a message inside a group.
- MessagePositionHandler.Companion - class in io.getstream.chat.android.ui.common.feature.messages.list.MessagePositionHandler
- MIDDLE - enum entry in io.getstream.chat.android.ui.common.state.messages.list.MessagePosition
Message that has another message both at the top and bottom of it.
- ModeratedMessageOption - class in io.getstream.chat.android.ui.common.state.messages.list
- Represents possible options user can take upon moderating a message.
- ModeratedMessageOptionKt - class in io.getstream.chat.android.ui.common.state.messages.list
- moveDatabaseFrom(android.content.Context,java.lang.String) - function in android.content.ContextWrapper
- moveSharedPreferencesFrom(android.content.Context,java.lang.String) - function in android.content.ContextWrapper
- moveTaskToBack(boolean) - function in android.app.Activity
- MuteChannel - class in io.getstream.chat.android.ui.common.state.channels.actions
- Mutes the channel.
- muteUser(io.getstream.chat.android.models.User) - function in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController
- Mutes the given user.
- muteUser(java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController
- Mutes the given user inside this channel.
- MyOwn - class in io.getstream.chat.android.ui.common.state.messages.list
- If the message is our own (we sent it), we scroll to the bottom of the list.