A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
E
- Edit - class in io.getstream.chat.android.ui.common.state.messages
- Start editing an owned message.
- EditMessage - class in io.getstream.chat.android.ui.common.state.messages.list
- Prompts the user to edit the message if the message was flagged by moderation.
- EmptyThreadPlaceholderItemState - class in io.getstream.chat.android.ui.common.state.messages.list
- Represents an empty thread placeholder item inside thread messages list.
- END - enum entry in io.getstream.chat.android.ui.common.state.messages.list.MessageOptionsUserReactionAlignment
Aligns the reaction to the end of user avatar.
- enforceCallingOrSelfPermission(java.lang.String,java.lang.String) - function in android.content.ContextWrapper
- enforceCallingOrSelfUriPermission(android.net.Uri,int,java.lang.String) - function in android.content.ContextWrapper
- enforceCallingPermission(java.lang.String,java.lang.String) - function in android.content.ContextWrapper
- enforceCallingUriPermission(android.net.Uri,int,java.lang.String) - function in android.content.ContextWrapper
- enforcePermission(java.lang.String,int,int,java.lang.String) - function in android.content.ContextWrapper
- enforceUriPermission(android.net.Uri,int,int,int,java.lang.String) - function in android.content.ContextWrapper
- enterNormalMode() - function in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController
- Leaves the thread we're in and switches to MessageMode.Normal.
- enterPictureInPictureMode() - function in android.app.Activity
- enterPictureInPictureMode(android.app.PictureInPictureParams) - function in android.app.Activity
- enterThreadMode(io.getstream.chat.android.models.Message,java.lang.Integer) - function in io.getstream.chat.android.ui.common.feature.messages.list.MessageListController
- Changes the current _mode to be MessageMode.MessageThread and uses ChatClient to get the ThreadState for the current thread.