A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
A
- after(java.util.Date,java.util.Date) - function in io.getstream.chat.android.core.utils.date.DateUtils
- Tests if this date is after that date.
- AgoraChannel - class in io.getstream.chat.android.models
- Represents Agora channel information that contains available channel in a chat channel.
- and(io.getstream.chat.android.models.FilterObject) - function in io.getstream.chat.android.models.Filters
- AndFilterObject - class in io.getstream.chat.android.models
- ANONYMOUS - enum entry in io.getstream.chat.android.models.VotingVisibility
- Answer - class in io.getstream.chat.android.models
- The Answer object represents an answer in a poll.
- API_KEY_NOT_FOUND - enum entry in io.getstream.chat.android.client.errors.ChatErrorCode
- App - class in io.getstream.chat.android.models
- The representation of the app, with its configurations.
- AppSettings - class in io.getstream.chat.android.models
- App settings, as they are configured in the dashboard.
- asc(java.lang.String) - function in io.getstream.chat.android.models.querysort.QuerySortByField
- Adds a field to QuerySortByField using the name of field in the direction ASC.
- asc(java.lang.String) - function in io.getstream.chat.android.models.querysort.QuerySortByReflection
- Creates a QuerySortByReflection with ASC as SortDirection
- asc(java.lang.String,java.lang.Class) - function in io.getstream.chat.android.models.querysort.QuerySortByReflection
- Creates a QuerySortByReflection with ASC as SortDirection
- asc(java.lang.String,kotlin.reflect.KClass) - function in io.getstream.chat.android.models.querysort.QuerySortByReflection
- Creates a QuerySortByReflection with ASC as SortDirection
- asc(kotlin.reflect.KProperty1) - function in io.getstream.chat.android.models.querysort.QuerySortByReflection
- Creates a QuerySortByReflection with ASC as SortDirection
- asc(java.lang.String) - function in io.getstream.chat.android.models.querysort.QuerySortByReflection.Companion
- Creates a QuerySortByReflection using the name of field in the direction ASC.
- asc(kotlin.reflect.KProperty1) - function in io.getstream.chat.android.models.querysort.QuerySortByReflection.Companion
- Creates a QuerySortByReflection using the property of field in the direction ASC.
- ASC - enum entry in io.getstream.chat.android.models.querysort.SortDirection
Ascending sort order.
- ascByName(java.lang.String) - function in io.getstream.chat.android.models.querysort.QuerySortByField.Companion
- Adds a field to QuerySortByField using the name of field in the direction ASC.
- ascByName(io.getstream.chat.android.models.querysort.QuerySortByField,java.lang.String) - function in io.getstream.chat.android.models.querysort.QuerySortByField.Companion
- Creates a QuerySortByField using the name of field in the direction ASC.
- ascByName(io.getstream.chat.android.models.querysort.QuerySortByReflection,java.lang.String) - function in io.getstream.chat.android.models.querysort.QuerySortByReflection.Companion
- Adds a field to QuerySortByReflection using the name of field in the direction ASC.
- Attachment - class in io.getstream.chat.android.models
- Represents an attachment.
- Attachment.Builder - class in io.getstream.chat.android.models.Attachment
- Attachment.UploadState - class in io.getstream.chat.android.models.Attachment
- Represents various states in attachment upload lifecycle.
- Attachment.UploadState.Failed - class in io.getstream.chat.android.models.Attachment.UploadState
- State indicating that the attachment upload failed.
- Attachment.UploadState.Idle - class in io.getstream.chat.android.models.Attachment.UploadState
- Idle state before attachment starts to upload.
- Attachment.UploadState.InProgress - class in io.getstream.chat.android.models.Attachment.UploadState
- State representing attachment upload progress.
- Attachment.UploadState.Success - class in io.getstream.chat.android.models.Attachment.UploadState
- State indicating that the attachment was uploaded successfully
- AttachmentType - class in io.getstream.chat.android.models
- Represents types of attachments.
- AUTHENTICATION_ERROR - enum entry in io.getstream.chat.android.client.errors.ChatErrorCode
- autocomplete(java.lang.String,java.lang.String) - function in io.getstream.chat.android.models.Filters
- AutocompleteFilterObject - class in io.getstream.chat.android.models
- AWAITING_ATTACHMENTS - enum entry in io.getstream.chat.android.models.SyncStatus
When message waits its' attachments to be sent.