A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
A
- acceptInvite(String,String,String) - function in io.getstream.chat.android.client.ChatClient
- acceptInvite(String) - function in io.getstream.chat.android.client.channel.ChannelClient
- addDevice(Device) - function in io.getstream.chat.android.client.ChatClient
- addErrorHandlers(List) - function in io.getstream.chat.android.client.ChatClient
- Adds a list of error handlers.
- addInterceptor(Interceptor) - function in io.getstream.chat.android.client.ChatClient
- addMembers(String,String,List,Message) - function in io.getstream.chat.android.client.ChatClient
- Adds members to a given channel.
- addMembers(List,Message) - function in io.getstream.chat.android.client.channel.ChannelClient
- Adds members to a given channel.
- addSocketListener(SocketListener) - function in io.getstream.chat.android.client.ChatClient
- addUserDisconnectedListener(Function1) - function in io.getstream.chat.android.client.setup.InitializationCoordinator
- Adds a listener to user disconnection.
- ALL - enum entry in io.getstream.chat.android.client.logger.ChatLogLevel
Show all Logs.
- and(FilterObject) - function in io.getstream.chat.android.client.models.Filters
- AndFilterObject - class in io.getstream.chat.android.client.api.models
- AnyChannelPaginationRequest - class in io.getstream.chat.android.client.query.pagination
- AnyChannelPaginationRequestKt - class in io.getstream.chat.android.client.query.pagination
- API_KEY_NOT_FOUND - enum entry in io.getstream.chat.android.client.errors.ChatErrorCode
- App - class in io.getstream.chat.android.client.models
- The representation of the app, with its configurations.
- appSettings() - function in io.getstream.chat.android.client.ChatClient
- Get the current settings of the app.
- AppSettings - class in io.getstream.chat.android.client.models
- App settings, as they are configured in the dashboard.
- asc(KProperty1) - function in io.getstream.chat.android.client.api.models.QuerySort
- asc(String,Class) - function in io.getstream.chat.android.client.api.models.QuerySort
- asc(String) - function in io.getstream.chat.android.client.api.models.QuerySort
- asc(String,KClass) - function in io.getstream.chat.android.client.api.models.QuerySort
- ASC - enum entry in io.getstream.chat.android.client.api.models.QuerySort.SortDirection
Ascending sort order.
- asc(String) - function in io.getstream.chat.android.client.api.models.QuerySort.Companion
- asc(KProperty1) - function in io.getstream.chat.android.client.api.models.QuerySort.Companion
- ascByName(QuerySort,String) - function in io.getstream.chat.android.client.api.models.QuerySort.Companion
- asyncGenerateDevice(Function1) - function in io.getstream.chat.android.client.notifications.handler.PushDeviceGenerator
- Asynchronously generates a Device and calls onDeviceGenerated callback once it's ready
- Attachment - class in io.getstream.chat.android.client.models
- Attachment.UploadState - class in io.getstream.chat.android.client.models.Attachment
- Represents various states in attachment upload lifecycle.
- Attachment.UploadState.Failed - class in io.getstream.chat.android.client.models.Attachment.UploadState
- State indicating that the attachment upload failed.
- Attachment.UploadState.Idle - class in io.getstream.chat.android.client.models.Attachment.UploadState
- Idle state before attachment starts to upload.
- Attachment.UploadState.InProgress - class in io.getstream.chat.android.client.models.Attachment.UploadState
- State representing attachment upload progress.
- Attachment.UploadState.Success - class in io.getstream.chat.android.client.models.Attachment.UploadState
- State indicating that the attachment was uploaded successfully
- AttachmentExtensionsKt - class in io.getstream.chat.android.client.extensions
- AttachmentHelper - class in io.getstream.chat.android.client.helpers
- AttachmentRepository - class in io.getstream.chat.android.client.persistance.repository
- Repository to access data of attachments.
- AUTHENTICATION_ERROR - enum entry in io.getstream.chat.android.client.errors.ChatErrorCode
- autocomplete(String,String) - function in io.getstream.chat.android.client.models.Filters
- AutocompleteFilterObject - class in io.getstream.chat.android.client.api.models
- AWAITING_ATTACHMENTS - enum entry in io.getstream.chat.android.client.utils.SyncStatus
When message waits its' attachments to be sent.