A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
C
- cancelLastDebounce() - function in io.getstream.chat.android.core.utils.Debouncer
- Cancels the current work without shutting down the Coroutine scope.
- 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
- CENTER - enum entry in io.getstream.chat.android.models.streamcdn.image.StreamCdnCropImageMode
Keeps the center area of the image and crops out the rest.
- Channel - class in io.getstream.chat.android.models
- Channel is where conversations take place between two or more chat users.
- Channel.Builder - class in io.getstream.chat.android.models.Channel
- 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.
- 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
- CLIP - enum entry in io.getstream.chat.android.models.streamcdn.image.StreamCdnResizeImageMode
Make the image as large as possible, while maintaining the aspect ratio and keeping the height and width less than or equal to the given height and width.
- collect(kotlinx.coroutines.flow.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(io.getstream.chat.android.models.querysort.internal.SortAttribute.FieldSortAttribute,io.getstream.chat.android.models.querysort.SortDirection) - function in io.getstream.chat.android.models.querysort.BaseQuerySort
- Comparator from SortAttribute.FieldSortAttribute
- comparatorFromFieldSort(io.getstream.chat.android.models.querysort.internal.SortAttribute.FieldSortAttribute,io.getstream.chat.android.models.querysort.SortDirection) - function in io.getstream.chat.android.models.querysort.QuerySortByField
- Comparator from SortAttribute.FieldSortAttribute
- comparatorFromFieldSort(io.getstream.chat.android.models.querysort.internal.SortAttribute.FieldSortAttribute,io.getstream.chat.android.models.querysort.SortDirection) - function in io.getstream.chat.android.models.querysort.QuerySortByReflection
- Comparator from SortAttribute.FieldSortAttribute
- comparatorFromNameAttribute(io.getstream.chat.android.models.querysort.internal.SortAttribute.FieldNameSortAttribute,io.getstream.chat.android.models.querysort.SortDirection) - function in io.getstream.chat.android.models.querysort.BaseQuerySort
- Comparator from SortAttribute.FieldNameSortAttribute
- comparatorFromNameAttribute(io.getstream.chat.android.models.querysort.internal.SortAttribute.FieldNameSortAttribute,io.getstream.chat.android.models.querysort.SortDirection) - function in io.getstream.chat.android.models.querysort.QuerySortByField
- Comparator from SortAttribute.FieldNameSortAttribute
- comparatorFromNameAttribute(io.getstream.chat.android.models.querysort.internal.SortAttribute.FieldNameSortAttribute,io.getstream.chat.android.models.querysort.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.UploadAttachmentsNetworkType
Any working network connection is required.
- ConnectionData - class in io.getstream.chat.android.models
- ConnectionState - class in io.getstream.chat.android.models
- Represents possible states of the WebSocket connection.
- ConnectionState.Connected - class in io.getstream.chat.android.models.ConnectionState
- The client is connected to the WebSocket.
- ConnectionState.Connecting - class in io.getstream.chat.android.models.ConnectionState
- The client is trying to connect to the WebSocket.
- ConnectionState.Offline - class in io.getstream.chat.android.models.ConnectionState
- The client is permanently disconnected from the WebSocket.
- Constants - class in io.getstream.chat.android.models
- Represents constants used across all SDKs.
- contains(java.lang.String,java.lang.Object) - function in io.getstream.chat.android.models.Filters
- ContainsFilterObject - class in io.getstream.chat.android.models
- copyWithMessage(io.getstream.result.Error,java.lang.String) - function in io.getstream.chat.android.client.errors.ChatErrorKt
- Copies the original Error objects with custom message.
- CROP - enum entry in io.getstream.chat.android.models.streamcdn.image.StreamCdnResizeImageMode
Crop the image to the given dimensions. Use StreamCdnCropImageMode to give focus to a specific portion of the image.
- CustomObject - class in io.getstream.chat.android.models