A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
C
- Call - class in io.getstream.chat.android.client.call
- A pending operation waiting to be ran.
- Call.Callback - class in io.getstream.chat.android.client.call.Call
- Call.Companion - class in io.getstream.chat.android.client.call.Call
- callCanceledError() - function in io.getstream.chat.android.client.call.Call.Companion
- CallKt - class in io.getstream.chat.android.client.call
- cancel() - function in io.getstream.chat.android.client.call.Call
- Cancels the execution of the call.
- cancel() - function in io.getstream.chat.android.client.call.CoroutineCall
- Cancels the execution of the call.
- cancel() - function in io.getstream.chat.android.client.call.DistinctCall
- Cancels the execution of the call.
- cancel() - function in io.getstream.chat.android.client.call.ReturnOnErrorCall
- Cancels the execution of the call.
- 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 - class in io.getstream.chat.android.models
- Channel is where conversations take place between two or more chat users.
- ChannelCapabilities - class in io.getstream.chat.android.models
- Predefined list of channel capabilities constants.
- ChannelConfig - class in io.getstream.chat.android.models
- Configuration of a channel.
- ChannelData - class in io.getstream.chat.android.models
- A class that only stores the channel data and not the channel state that changes a lot (for example messages, watchers, etc.).
- ChannelInfo - class in io.getstream.chat.android.models
- A Channel object that contains less information.
- ChannelMute - class in io.getstream.chat.android.models
- Represents a channel mute.
- ChannelUserRead - class in io.getstream.chat.android.models
- Information about how many messages are unread in the channel by a given user.
- ChatError - class in io.getstream.chat.android.client.errors
- Represents the error in the SDK.
- ChatError.GenericError - class in io.getstream.chat.android.client.errors.ChatError
- An error that only contains the message.
- ChatError.NetworkError - class in io.getstream.chat.android.client.errors.ChatError
- An error resulting from the network operation.
- ChatError.NetworkError.Companion - class in io.getstream.chat.android.client.errors.ChatError.NetworkError
- ChatError.ThrowableError - class in io.getstream.chat.android.client.errors.ChatError
- An error that contains a message and cause.
- ChatErrorCode - class in io.getstream.chat.android.client.errors
- Enumerable that associates code returned by the Stream backend with description.
- ChatErrorCode.Companion - class in io.getstream.chat.android.client.errors.ChatErrorCode
- ChatErrorKt - class in io.getstream.chat.android.client.errors
- chatErrorOrNull() - function in io.getstream.chat.android.client.utils.Result
- Returns the encapsulated ChatError if this instance represents Failure or
nullif it is Success. - chatErrorOrNull() - function in io.getstream.chat.android.client.utils.Result
- Returns the encapsulated ChatError if this instance represents Failure or
nullif it is Success. - collect(FlowCollector) - function in io.getstream.chat.android.core.internal.coroutines.Tube
- Adds the given collector into collectors and suspends until cancellation.
- Command - class in io.getstream.chat.android.models
- ComparableFieldProvider - class in io.getstream.chat.android.models.querysort
- Implement this interface to use QuerySortByField.
- comparatorFromFieldSort(SortAttribute.FieldSortAttribute,SortDirection) - function in io.getstream.chat.android.models.querysort.BaseQuerySort
- Comparator from SortAttribute.FieldSortAttribute
- comparatorFromFieldSort(SortAttribute.FieldSortAttribute,SortDirection) - function in io.getstream.chat.android.models.querysort.QuerySortByField
- Comparator from SortAttribute.FieldSortAttribute
- comparatorFromFieldSort(SortAttribute.FieldSortAttribute,SortDirection) - function in io.getstream.chat.android.models.querysort.QuerySortByReflection
- Comparator from SortAttribute.FieldSortAttribute
- comparatorFromNameAttribute(SortAttribute.FieldNameSortAttribute,SortDirection) - function in io.getstream.chat.android.models.querysort.BaseQuerySort
- Comparator from SortAttribute.FieldNameSortAttribute
- comparatorFromNameAttribute(SortAttribute.FieldNameSortAttribute,SortDirection) - function in io.getstream.chat.android.models.querysort.QuerySortByField
- Comparator from SortAttribute.FieldNameSortAttribute
- comparatorFromNameAttribute(SortAttribute.FieldNameSortAttribute,SortDirection) - function in io.getstream.chat.android.models.querysort.QuerySortByReflection
- Comparator from SortAttribute.FieldNameSortAttribute
- COMPLETE - enum entry in io.getstream.chat.android.models.InitializationState
Initialization is complete. Be aware that it doesn't mean that the SDK is connected. To track the connection state, please use ClientState.connectionState
- COMPLETED - enum entry in io.getstream.chat.android.models.SyncStatus
When the entity has been successfully synced.
- Config - class in io.getstream.chat.android.models
- CONNECTED - enum entry in io.getstream.chat.android.models.ConnectionState
The client is connected to the WebSocket.
- CONNECTED - enum entry in io.getstream.chat.android.models.UploadAttachmentsNetworkType
Any working network connection is required.
- CONNECTING - enum entry in io.getstream.chat.android.models.ConnectionState
The client is trying to connect to the WebSocket.
- ConnectionData - class in io.getstream.chat.android.models
- ConnectionState - class in io.getstream.chat.android.models
- Represents possible states of the WebSocket connection.
- Constants - class in io.getstream.chat.android.models
- Represents constants used across all SDKs.
- contains(String,Object) - function in io.getstream.chat.android.models.Filters
- ContainsFilterObject - class in io.getstream.chat.android.models
- copyWithMessage(ChatError,String) - function in io.getstream.chat.android.client.errors.ChatErrorKt
- Copies the original ChatError objects with custom message.
- CoroutineCall - class in io.getstream.chat.android.client.call
- CustomObject - class in io.getstream.chat.android.models