A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
D
- DateAdapter - class in io.getstream.chat.android.client.parser2.adapters
- DEBUG - enum entry in io.getstream.chat.android.client.logger.ChatLogLevel
Show DEBUG, WARNING, ERROR logs
- debugRequests(java.lang.Boolean) - function in io.getstream.chat.android.client.ChatClient.Builder
- Debug requests using ApiRequestsAnalyser.
- debugSendMessage(java.lang.String,java.lang.String,io.getstream.chat.android.models.Message,java.lang.Boolean) - function in io.getstream.chat.android.client.debugger.ChatClientDebugger
- Creates an instance of SendMessageDebugger that allows you to debug the sending process of a message.
- DEFAULT - enum entry in io.getstream.chat.android.client.header.VersionPrefixHeader
Low-level client.
- delete() - function in io.getstream.chat.android.client.channel.ChannelClient
- deleteChannel(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- deleteChannel(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Deletes a Channel by the cid.
- deleteChannel(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Deletes a Channel by the cid.
- deleteChannelMessage(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Deletes message.
- deleteChannelMessage(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Deletes message.
- deleteChannelMessagesBefore(java.lang.String,java.util.Date) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Deletes all messages before a message with passed ID.
- deleteChannelMessagesBefore(java.lang.String,java.util.Date) - function in io.getstream.chat.android.client.persistance.repository.RepositoryFacade
- Deletes channel messages before hideMessagesBefore and removes channel from the cache.
- deleteFile(java.lang.String,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Deletes the file represented by url from the given channel.
- deleteFile(java.lang.String) - function in io.getstream.chat.android.client.channel.ChannelClient
- Deletes the file represented by url from the given channel.
- deleteFile(java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.uploader.FileUploader
- Deletes the file represented by url from the given channel.
- deleteImage(java.lang.String,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Deletes the image represented by url from the given channel.
- deleteImage(java.lang.String) - function in io.getstream.chat.android.client.channel.ChannelClient
- Deletes the image represented by url from the given channel.
- deleteImage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.uploader.FileUploader
- Deletes the image represented by url from the given channel.
- deleteMessage(java.lang.String,java.lang.Boolean) - function in io.getstream.chat.android.client.ChatClient
- deleteMessage(java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- deleteMessage(java.lang.String,java.lang.Boolean) - function in io.getstream.chat.android.client.channel.ChannelClient
- deleteMessage(java.lang.String) - function in io.getstream.chat.android.client.channel.ChannelClient
- DeleteMessageListener - class in io.getstream.chat.android.client.plugin.listeners
- Listener for requests of message deletion and for message deletion results.
- deleteReaction(java.lang.String,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Deletes the reaction associated with the message with the given message id.
- deleteReaction(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.channel.ChannelClient
- Deletes the reaction associated with the message with the given message id.
- DeleteReactionErrorHandler - class in io.getstream.chat.android.client.errorhandler
- Error handler for io.getstream.chat.android.client.ChatClient.deleteReaction calls.
- DeleteReactionListener - class in io.getstream.chat.android.client.plugin.listeners
- Listener for io.getstream.chat.android.client.ChatClient.deleteReaction calls.
- DependencyResolver - class in io.getstream.chat.android.client.plugin
- Resolves requested dependencies.
- devToken(java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Generate a developer token that can be used to connect users while the app is using a development environment.
- disableDistinctApiCalls() - function in io.getstream.chat.android.client.ChatClient.Builder
- Allows simultaneous network calls of the same request, avoiding combining them into one.
- disableSlowMode(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Disables slow mode for the channel.
- disableSlowMode() - function in io.getstream.chat.android.client.channel.ChannelClient
- Disables slow mode for the channel.
- disableWarmUp() - function in io.getstream.chat.android.client.ChatClient.Builder
- By default, ChatClient performs a dummy HTTP call to the Stream API when a user is set to initialize the HTTP connection and make subsequent requests reusing this connection execute faster.
- disconnect(java.lang.Boolean) - function in io.getstream.chat.android.client.ChatClient
- Disconnect the current user, stop all observers and clear user data.
- DisconnectCause - class in io.getstream.chat.android.client.clientstate
- Sealed class represents possible cause of disconnection.
- DisconnectCause.ConnectionReleased - class in io.getstream.chat.android.client.clientstate.DisconnectCause
- Happens when disconnection has been done intentionally.
- DisconnectCause.Error - class in io.getstream.chat.android.client.clientstate.DisconnectCause
- Happens when some non critical error occurs.
- DisconnectCause.NetworkNotAvailable - class in io.getstream.chat.android.client.clientstate.DisconnectCause
- Happens when networks is not available anymore.
- DisconnectCause.UnrecoverableError - class in io.getstream.chat.android.client.clientstate.DisconnectCause
- Happens when a critical error occurs.
- DisconnectCause.WebSocketNotAvailable - class in io.getstream.chat.android.client.clientstate.DisconnectCause
- Happens when Web Socket connection is not available.
- DisconnectedEvent - class in io.getstream.chat.android.client.events
- Triggered when a user gets disconnected to the WS
- disconnectSocket() - function in io.getstream.chat.android.client.ChatClient
- dismiss() - function in androidx.fragment.app.DialogFragment
- dismissAllNotifications() - function in io.getstream.chat.android.client.notifications.handler.NotificationHandler
- Dismiss all notifications.
- dismissAllowingStateLoss() - function in androidx.fragment.app.DialogFragment
- dismissChannelNotifications(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Dismiss notifications from a given channelType and channelId.
- dismissChannelNotifications(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.notifications.handler.NotificationHandler
- Dismiss notifications from a given channelType and channelId.
- Disposable - class in io.getstream.chat.android.client.utils.observable
- dispose() - function in io.getstream.chat.android.client.audio.AudioPlayer
- Disposes the MediaPlayer and remove all audios.
- dispose() - function in io.getstream.chat.android.client.utils.observable.Disposable
- downloadFile(java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Downloads the given file which can be fetched through the response body.
- dump(java.lang.String,java.io.FileDescriptor,java.io.PrintWriter,kotlin.Array) - function in androidx.fragment.app.Fragment
- dumpAll() - function in io.getstream.chat.android.client.plugins.requests.ApiRequestsAnalyser
- Gets all the information in the analyser.
- dumpRequestByName(java.lang.String) - function in io.getstream.chat.android.client.plugins.requests.ApiRequestsAnalyser
- Gets the information about the request by name