B  C  D  E  G  H  I  L  M  N  O  P  Q  S  T  U  W 

C

cancelEphemeralMessage(ChatClient,Message) - function in io.getstream.chat.android.offline.extensions.ChatClientExtensions
Cancels the message of "ephemeral" type.
channel(String,String) - function in io.getstream.chat.android.offline.plugin.state.StateRegistry
Returns ChannelState that represents a state of particular channel.
ChannelData - class in io.getstream.chat.android.offline.model.channel
A class that only stores the channel data and not the channel state that changes a lot (for example messages, watchers, etc.).
ChannelsStateData - class in io.getstream.chat.android.offline.plugin.state.querychannels
 
ChannelsStateData.Loading - class in io.getstream.chat.android.offline.plugin.state.querychannels.ChannelsStateData
Indicates we are loading the first page of results.
ChannelsStateData.NoQueryActive - class in io.getstream.chat.android.offline.plugin.state.querychannels.ChannelsStateData
No query is currently running.
ChannelsStateData.OfflineNoResults - class in io.getstream.chat.android.offline.plugin.state.querychannels.ChannelsStateData
If we are offline and don't have channels stored in offline storage, typically displayed as an error condition.
ChannelsStateData.Result - class in io.getstream.chat.android.offline.plugin.state.querychannels.ChannelsStateData
The list of channels, loaded either from offline storage or an API call.
ChannelState - class in io.getstream.chat.android.offline.plugin.state.channel
State container with reactive data of a channel.
ChatClientExtensions - class in io.getstream.chat.android.offline.extensions
 
ChatEventHandler - class in io.getstream.chat.android.offline.event.handler.chat
Interface that handles events related to the particular set of channels.
chatEventHandler(StateFlow) - function in io.getstream.chat.android.offline.event.handler.chat.factory.ChatEventHandlerFactory
Creates a ChatEventHandler instance.
ChatEventHandlerFactory - class in io.getstream.chat.android.offline.event.handler.chat.factory
A ChatEventHandler factory.
clear() - function in io.getstream.chat.android.offline.plugin.state.StateRegistry
Clear state of all state objects.
clearState() - function in io.getstream.chat.android.offline.plugin.state.global.GlobalState
Clears the state of GlobalState.
clearState() - function in io.getstream.chat.android.offline.plugin.state.global.internal.GlobalMutableState
Clears the state of GlobalState.
Config - class in io.getstream.chat.android.offline.plugin.configuration
Provides a configuration for io.getstream.chat.android.offline.plugin.internal.OfflinePlugin.
CONNECTED - enum entry in io.getstream.chat.android.offline.model.connection.ConnectionState

The client is connected to the WebSocket.

CONNECTED - enum entry in io.getstream.chat.android.offline.model.message.attachments.UploadAttachmentsNetworkType

Any working network connection is required.

CONNECTING - enum entry in io.getstream.chat.android.offline.model.connection.ConnectionState

The client is trying to connect to the WebSocket.

ConnectionState - class in io.getstream.chat.android.offline.model.connection
Represents possible states of the WebSocket connection.
B  C  D  E  G  H  I  L  M  N  O  P  Q  S  T  U  W