A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W  X 

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(Boolean) - function in io.getstream.chat.android.client.ChatClient.Builder
Debug requests using ApiRequestsAnalyser.
DEFAULT - enum entry in io.getstream.chat.android.client.header.VersionPrefixHeader

Low-level client.

DefaultNotificationPermissionHandler - class in io.getstream.chat.android.client.notifications.permissions
Shows a Toast with a link to app settings on android.Manifest.permission.POST_NOTIFICATIONS permission denial.
delete() - function in io.getstream.chat.android.client.channel.ChannelClient
 
deleteChannel(String,String) - function in io.getstream.chat.android.client.ChatClient
 
deleteChannel(String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
Deletes a Channel by the cid.
deleteChannel(String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
Deletes a Channel by the cid.
deleteChannelMessage(Message) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
Deletes message.
deleteChannelMessage(Message) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
Deletes message.
deleteChannelMessagesBefore(String,Date) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
Deletes all messages before a message with passed ID.
deleteChannelMessagesBefore(String,Date) - function in io.getstream.chat.android.client.persistance.repository.RepositoryFacade
Deletes channel messages before hideMessagesBefore and removes channel from the cache.
deleteDevice(Device) - function in io.getstream.chat.android.client.ChatClient
 
deleteFile(String,String,String) - function in io.getstream.chat.android.client.ChatClient
Deletes the file represented by url from the given channel.
deleteFile(String) - function in io.getstream.chat.android.client.channel.ChannelClient
Deletes the file represented by url from the given channel.
deleteFile(String,String,String,String) - function in io.getstream.chat.android.client.uploader.FileUploader
Deletes the file represented by url from the given channel.
deleteImage(String,String,String) - function in io.getstream.chat.android.client.ChatClient
Deletes the image represented by url from the given channel.
deleteImage(String) - function in io.getstream.chat.android.client.channel.ChannelClient
Deletes the image represented by url from the given channel.
deleteImage(String,String,String,String) - function in io.getstream.chat.android.client.uploader.FileUploader
Deletes the image represented by url from the given channel.
deleteMessage(String,Boolean) - function in io.getstream.chat.android.client.ChatClient
 
deleteMessage(String) - function in io.getstream.chat.android.client.ChatClient
 
deleteMessage(String,Boolean) - function in io.getstream.chat.android.client.channel.ChannelClient
 
deleteMessage(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(String,String,String) - function in io.getstream.chat.android.client.ChatClient
Deletes the reaction associated with the message with the given message id.
deleteReaction(String,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.
DENIED - enum entry in io.getstream.chat.android.client.notifications.permissions.NotificationPermissionStatus
 
DependencyResolver - class in io.getstream.chat.android.client.plugin
Resolves requested dependencies.
desc(String) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByField
 
desc(String) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByReflection
Creates a QuerySortByReflection with DESC as SortDirection
desc(String,Class) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByReflection
Creates a QuerySortByReflection with DESC as SortDirection
desc(String,KClass) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByReflection
Creates a QuerySortByReflection with DESC as SortDirection
desc(KProperty1) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByReflection
Creates a QuerySortByReflection with DESC as SortDirection
desc(String) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByReflection.Companion
Creates a QuerySortByReflection using the name of field in the direction DESC.
desc(KProperty1) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByReflection.Companion
Creates a QuerySortByReflection using the property of field in the direction DESC.
DESC - enum entry in io.getstream.chat.android.client.api.models.querysort.SortDirection

Descending sort order.

descByName(String) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByField.Companion
Adds a field to QuerySortByField using the name of field in the direction DESC.
descByName(QuerySortByField,String) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByField.Companion
Creates a QuerySortByField using the name of field in the direction DESC.
descByName(QuerySortByReflection,String) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByReflection.Companion
Adds a field to QuerySortByReflection using the name of field in the direction DESC.
Device - class in io.getstream.chat.android.client.models
Device's information needed to register push notifications.
devToken(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(String,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(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(String,String) - function in io.getstream.chat.android.client.ChatClient.Companion
Dismiss notifications from a given channelType and channelId.
dismissChannelNotifications(String,String) - function in io.getstream.chat.android.client.notifications.ChatNotifications
 
dismissChannelNotifications(String,String) - function in io.getstream.chat.android.client.notifications.handler.NotificationHandler
Dismiss notifications from a given channelType and channelId.
displayNotification(Channel,Message) - function in io.getstream.chat.android.client.notifications.ChatNotifications
 
Disposable - class in io.getstream.chat.android.client.utils.observable
 
dispose() - function in io.getstream.chat.android.client.utils.observable.Disposable
 
distinct(List) - function in io.getstream.chat.android.client.models.Filters
 
DistinctFilterObject - class in io.getstream.chat.android.client.api.models
 
downloadFile(String) - function in io.getstream.chat.android.client.ChatClient
Downloads the given file which can be fetched through the response body.
dump(String,FileDescriptor,PrintWriter,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(String) - function in io.getstream.chat.android.client.plugins.requests.ApiRequestsAnalyser
Gets the information about the request by name
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W  X