A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
C
- callbackExecutor(Executor) - function in io.getstream.chat.android.client.ChatClient.Builder
- callStartTransitionListener(Boolean) - function in androidx.fragment.app.ToggleDialogFragment
- CANT_PARSE_CONNECTION_EVENT - enum entry in io.getstream.chat.android.client.errors.ChatErrorCode
- CANT_PARSE_EVENT - enum entry in io.getstream.chat.android.client.errors.ChatErrorCode
- channel(String,String) - function in io.getstream.chat.android.client.ChatClient
- Returns a ChannelClient for given type and id.
- channel(String) - function in io.getstream.chat.android.client.ChatClient
- Returns a ChannelClient for given cid.
- Channel - class in io.getstream.chat.android.client.models
- ChannelCapabilities - class in io.getstream.chat.android.client.models
- Predefined list of channel capabilities constants.
- ChannelClient - class in io.getstream.chat.android.client.channel
- ChannelClientExtensionsKt - class in io.getstream.chat.android.client.channel
- ChannelDeletedEvent - class in io.getstream.chat.android.client.events
- Triggered when a channel is deleted
- ChannelExtensionKt - class in io.getstream.chat.android.client.extensions
- ChannelHiddenEvent - class in io.getstream.chat.android.client.events
- Triggered when a channel is mark as hidden
- ChannelInfo - class in io.getstream.chat.android.client.models
- ChannelMarkReadListener - class in io.getstream.chat.android.client.experimental.plugin.listeners
- Listener for ChatClient.markRead requests.
- ChannelMute - class in io.getstream.chat.android.client.models
- ChannelTruncatedEvent - class in io.getstream.chat.android.client.events
- Triggered when a channels' history is truncated.
- ChannelUpdatedByUserEvent - class in io.getstream.chat.android.client.events
- Triggered when a channel is updated by user.
- ChannelUpdatedEvent - class in io.getstream.chat.android.client.events
- Triggered when a channel is updated.
- ChannelUserBannedEvent - class in io.getstream.chat.android.client.events
- Triggered when the user is banned from a channel
- ChannelUserRead - class in io.getstream.chat.android.client.models
- Information about how many messages are unread in the channel by a given user.
- ChannelUserUnbannedEvent - class in io.getstream.chat.android.client.events
- Triggered when the channel user ban is lifted
- ChannelVisibleEvent - class in io.getstream.chat.android.client.events
- Triggered when a channel is made visible
- ChatClient - class in io.getstream.chat.android.client
- The ChatClient is the main entry point for all low-level operations on chat
- ChatClient.Builder - class in io.getstream.chat.android.client.ChatClient
- Builder to initialize the singleton ChatClient instance and configure its parameters.
- ChatClient.ChatClientBuilder - class in io.getstream.chat.android.client.ChatClient
- ChatClient.Companion - class in io.getstream.chat.android.client.ChatClient
- ChatClientConfig - class in io.getstream.chat.android.client.api
- ChatErrorCode - class in io.getstream.chat.android.client.errors
- ChatErrorCode.Companion - class in io.getstream.chat.android.client.errors.ChatErrorCode
- ChatEvent - class in io.getstream.chat.android.client.events
- ChatEventListener - class in io.getstream.chat.android.client
- ChatLogger - class in io.getstream.chat.android.client.logger
- ChatLogger.Builder - class in io.getstream.chat.android.client.logger.ChatLogger
- ChatLogger.Companion - class in io.getstream.chat.android.client.logger.ChatLogger
- ChatLogger.Config - class in io.getstream.chat.android.client.logger.ChatLogger
- ChatLoggerHandler - class in io.getstream.chat.android.client.logger
- ChatLogLevel - class in io.getstream.chat.android.client.logger
- ChatNetworkError - class in io.getstream.chat.android.client.errors
- ChatNetworkError.Companion - class in io.getstream.chat.android.client.errors.ChatNetworkError
- ChatNotifications - class in io.getstream.chat.android.client.notifications
- CidEvent - class in io.getstream.chat.android.client.events
- cidToTypeAndId(String) - function in io.getstream.chat.android.client.extensions.StringExtensionsKt
- Parses CID of channel to channelType and channelId.
- clear() - function in io.getstream.chat.android.client.user.storage.UserCredentialStorage
- Clear current storage.
- ClientExtensionsKt - class in io.getstream.chat.android.client
- Command - class in io.getstream.chat.android.client.models
- COMPLETED - enum entry in io.getstream.chat.android.client.utils.SyncStatus
when the entity has been succesfully synced
- COMPOSE - enum entry in io.getstream.chat.android.client.header.VersionPrefixHeader
- Config - class in io.getstream.chat.android.client.models
- connectAnonymousUser() - function in io.getstream.chat.android.client.ChatClient
- ConnectedEvent - class in io.getstream.chat.android.client.events
- Triggered when a user gets connected to the WS
- connectGuestUser(String,String) - function in io.getstream.chat.android.client.ChatClient
- ConnectingEvent - class in io.getstream.chat.android.client.events
- Triggered when a user is connecting to the WS
- ConnectionData - class in io.getstream.chat.android.client.models
- connectUser(User,String) - function in io.getstream.chat.android.client.ChatClient
- Initializes ChatClient for a specific user using the given user token.
- connectUser(User,TokenProvider) - function in io.getstream.chat.android.client.ChatClient
- Initializes ChatClient for a specific user.
- contains(String,Object) - function in io.getstream.chat.android.client.models.Filters
- ContainsFilterObject - class in io.getstream.chat.android.client.api.models
- containsStoredCredentials() - function in io.getstream.chat.android.client.ChatClient
- ContentUtils - class in io.getstream.chat.android.client.models
- create(List,Map) - function in io.getstream.chat.android.client.channel.ChannelClient
- create(Map) - function in io.getstream.chat.android.client.channel.ChannelClient
- create(ChatErrorCode,Throwable,Integer) - function in io.getstream.chat.android.client.errors.ChatNetworkError.Companion
- create(Integer,String,Integer,Throwable) - function in io.getstream.chat.android.client.errors.ChatNetworkError.Companion
- createChannel(String,String,Map) - function in io.getstream.chat.android.client.ChatClient
- createChannel(String,String,List) - function in io.getstream.chat.android.client.ChatClient
- createChannel(String,List) - function in io.getstream.chat.android.client.ChatClient
- createChannel(String,List,Map) - function in io.getstream.chat.android.client.ChatClient
- createChannel(String,String,List,Map) - function in io.getstream.chat.android.client.ChatClient
- createFragmentContainer() - function in androidx.fragment.app.ToggleDialogFragment
- createNotificationHandler(Context,Function3) - function in io.getstream.chat.android.client.notifications.handler.NotificationHandlerFactory
- Method that create a NotificationHandler.
- CredentialConfig - class in io.getstream.chat.android.client.user
- Data class that contains credentials of the current user.
- credentialStorage(UserCredentialStorage) - function in io.getstream.chat.android.client.ChatClient.Builder
- Overrides a default, based on shared preferences implementation for UserCredentialStorage.
- CustomObject - class in io.getstream.chat.android.client.models