A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
M
- max(java.util.Date,java.util.Date) - function in io.getstream.chat.android.core.utils.date.DateUtils
- Returns the greater of two dates.
- maxOf(java.util.Date) - function in io.getstream.chat.android.core.utils.date.DateUtils
- Returns the maximum of the given dates.
- Member - class in io.getstream.chat.android.models
- Represents a channel member.
- MemberData - class in io.getstream.chat.android.models
- Model holding data about a member.
- mergeChannelFromEvent(io.getstream.chat.android.models.Channel,io.getstream.chat.android.models.Channel) - function in io.getstream.chat.android.models.ChannelKt
- Updates the given Channel with data from another Channel object.
- mergeFromEvent(io.getstream.chat.android.models.ChannelData,io.getstream.chat.android.models.ChannelData) - function in io.getstream.chat.android.models.ChannelDataKt
- Updates the given ChannelData with data from another ChannelData object.
- Message - class in io.getstream.chat.android.models
- Model holding data about a message.
- Message.Builder - class in io.getstream.chat.android.models.Message
- messageId(java.lang.String) - function in io.getstream.chat.android.models.Reaction.Builder
- MessageModerationAction - class in io.getstream.chat.android.models
- The type of moderation performed to a message.
- MessageModerationAction.Companion - class in io.getstream.chat.android.models.MessageModerationAction
- MessageModerationDetails - class in io.getstream.chat.android.models
- Describes the details of a message which was moderated.
- MessagesExtensionsKt - class in io.getstream.chat.android.extensions
- MessagesState - class in io.getstream.chat.android.models
- Represents of possible state of messages for ChannelState.
- MessagesState.Loading - class in io.getstream.chat.android.models.MessagesState
- Indicates we are loading the first page of results.
- MessagesState.NoQueryActive - class in io.getstream.chat.android.models.MessagesState
- The ChannelState is initialized but no query is currently running.
- MessagesState.OfflineNoResults - class in io.getstream.chat.android.models.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.models.MessagesState
- The list of messages, loaded either from offline storage or an API call.
- MessageTransformer - class in io.getstream.chat.android.models
- A transformer that can be used to transform a message object before third parties can access it.
- MessageType - class in io.getstream.chat.android.models
- Represents types of messages.
- METERED - enum entry in io.getstream.chat.android.models.UploadAttachmentsNetworkType
A metered network connection is required.
- millis(java.lang.Long) - function in io.getstream.chat.android.models.TimeDuration.Companion
- Creates a TimeDuration from the specified number of milliseconds.
- min(java.util.Date,java.util.Date) - function in io.getstream.chat.android.core.utils.date.DateUtils
- Returns the minimum of two dates.
- minOf(java.util.Date) - function in io.getstream.chat.android.core.utils.date.DateUtils
- Returns the minimum of the given dates.
- minutes(java.lang.Integer) - function in io.getstream.chat.android.models.TimeDuration.Companion
- Creates a TimeDuration from the specified number of minutes.
- Moderation - class in io.getstream.chat.android.models
- Model holding data for a message moderated by Moderation V2.
- ModerationAction - class in io.getstream.chat.android.models
- The moderation action performed over the message.
- ModerationAction.Companion - class in io.getstream.chat.android.models.ModerationAction
- Mute - class in io.getstream.chat.android.models
- Model holding data about a user mute.