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

C

cacheChannelConfigs() - function in io.getstream.chat.android.client.persistance.repository.ChannelConfigRepository
Caches in memory data from DB.
callbackExecutor(Executor) - function in io.getstream.chat.android.client.ChatClient.Builder
 
CallKt - class in io.getstream.chat.android.client.extensions
 
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
 
changeRepositoryFactory(RepositoryFactory) - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryProvider.Companion
 
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
Channel is where conversations take place between two or more chat users.
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
 
ChannelConfig - class in io.getstream.chat.android.client.models
Configuration of a channel.
ChannelConfigRepository - class in io.getstream.chat.android.client.persistance.repository
Repository to read and write data of ChannelConfig
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
A Channel object that contains less information.
ChannelMarkReadListener - class in io.getstream.chat.android.client.plugin.listeners
Listener for ChatClient.markRead requests.
ChannelMute - class in io.getstream.chat.android.client.models
 
ChannelRepository - class in io.getstream.chat.android.client.persistance.repository
Repository to read and write Channel data.
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
A config to setup the ChatClient behavior.
ChatErrorCode - class in io.getstream.chat.android.client.errors
 
ChatErrorCode.Companion - class in io.getstream.chat.android.client.errors.ChatErrorCode
 
ChatErrorKt - class in io.getstream.chat.android.client.extensions
 
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.
clearChannelCache() - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
 
ClientExtensionsKt - class in io.getstream.chat.android.client
 
Command - class in io.getstream.chat.android.client.models
 
compareTo(ErrorHandler) - function in io.getstream.chat.android.client.errorhandler.CreateChannelErrorHandler
 
compareTo(ErrorHandler) - function in io.getstream.chat.android.client.errorhandler.DeleteReactionErrorHandler
 
compareTo(ErrorHandler) - function in io.getstream.chat.android.client.errorhandler.ErrorHandler
 
compareTo(ErrorHandler) - function in io.getstream.chat.android.client.errorhandler.QueryMembersErrorHandler
 
compareTo(ErrorHandler) - function in io.getstream.chat.android.client.errorhandler.SendReactionErrorHandler
 
COMPLETED - enum entry in io.getstream.chat.android.client.utils.SyncStatus

When the entity has been successfully synced.

COMPOSE - enum entry in io.getstream.chat.android.client.header.VersionPrefixHeader

Compose UI components.

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,TokenProvider) - function in io.getstream.chat.android.client.ChatClient
Initializes ChatClient for a specific user.
connectUser(User,String) - function in io.getstream.chat.android.client.ChatClient
Initializes ChatClient for a specific user using the given user token.
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
Creates the id-based channel.
create() - function in io.getstream.chat.android.client.errorhandler.factory.ErrorHandlerFactory
Provides a single instance of ErrorHandler.
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
 
createAttachmentRepository() - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryFactory
Creates AttachmentRepository
createAttachmentRepository() - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryProvider
Creates AttachmentRepository
createChannel(String,String,List,Map) - function in io.getstream.chat.android.client.ChatClient
Creates the channel.
createChannelConfigRepository() - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryFactory
Creates ChannelConfigRepository
createChannelConfigRepository() - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryProvider
Creates ChannelConfigRepository
CreateChannelErrorHandler - class in io.getstream.chat.android.client.errorhandler
Error handler for io.getstream.chat.android.client.ChatClient.createChannel calls.
CreateChannelListener - class in io.getstream.chat.android.client.plugin.listeners
Listener for io.getstream.chat.android.client.ChatClient.createChannel calls.
createChannelRepository(SuspendFunction1,SuspendFunction1) - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryFactory
Creates ChannelRepository
createChannelRepository(SuspendFunction1,SuspendFunction1) - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryProvider
Creates ChannelRepository
createFragmentContainer() - function in androidx.fragment.app.ToggleDialogFragment
 
createMessageRepository(SuspendFunction1) - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryFactory
Creates MessageRepository
createMessageRepository(SuspendFunction1) - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryProvider
Creates MessageRepository
createNotificationHandler(Context,Function3,Function0) - function in io.getstream.chat.android.client.notifications.handler.NotificationHandlerFactory
Method that creates a NotificationHandler.
createQueryChannelsRepository() - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryFactory
Creates QueryChannelsRepository
createQueryChannelsRepository() - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryProvider
Creates QueryChannelsRepository
createReactionRepository(SuspendFunction1) - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryFactory
Creates ReactionRepository
createReactionRepository(SuspendFunction1) - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryProvider
Creates ReactionRepository
createSyncStateRepository() - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryFactory
Creates SyncStateRepository
createSyncStateRepository() - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryProvider
Creates SyncStateRepository
createUserRepository() - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryFactory
Creates UserRepository
createUserRepository() - function in io.getstream.chat.android.client.persistance.repository.factory.RepositoryProvider
Creates UserRepository
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
 
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W  X