A
B
C
D
E
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
W
D
- DefaultChatEventHandler - class in io.getstream.chat.android.offline.querychannels
- Default implementation of ChatEventHandler which covers the default filter of channels.
- deleteChannel(String) - function in io.getstream.chat.android.livedata.ChatDomain
- Deletes the channel with the specified id.
- deleteChannel(String) - function in io.getstream.chat.android.offline.ChatDomain
- Deletes the channel with the specified id.
- deleteMessage(Message,Boolean) - function in io.getstream.chat.android.livedata.ChatDomain
- Deletes the specified message, request is retried according to the retry policy specified on the chatDomain.
- deleteMessage(Message) - function in io.getstream.chat.android.livedata.ChatDomain
- deleteMessage(Message,Boolean) - function in io.getstream.chat.android.offline.ChatDomain
- Deletes the specified message, request is retried according to the retry policy specified on the chatDomain.
- deleteMessage(Message) - function in io.getstream.chat.android.offline.ChatDomain
- deleteReaction(String,Reaction) - function in io.getstream.chat.android.livedata.ChatDomain
- Deletes the specified reaction, request is retried according to the retry policy specified on the chatDomain.
- deleteReaction(String,Reaction) - function in io.getstream.chat.android.offline.ChatDomain
- Deletes the specified reaction, request is retried according to the retry policy specified on the chatDomain.
- disableBackgroundSync() - function in io.getstream.chat.android.livedata.ChatDomain.Builder
- disableBackgroundSync() - function in io.getstream.chat.android.offline.ChatDomain.Builder
- disconnect() - function in io.getstream.chat.android.offline.ChatDomain
- downloadAttachment(ChatClient,Attachment) - function in io.getstream.chat.android.offline.extensions.ChatClientExtensions
- Downloads the selected attachment to the "Download" folder in the public external storage directory.