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
 
ActivityLifecycleCallbacks - class in io.getstream.chat.android.client.notifications.permissions
 
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
 
addMember(Channel,Member) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
Adds member to the Channel.members and aligns Channel.memberCount.
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.
addMembership(Channel,String,Member) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
Sets Channel.membership to member if currentUserId equals to member.user.
addMyReaction(Message,Reaction,Boolean) - function in io.getstream.chat.android.client.extensions.internal.MessageReactionsKt
 
addSocketListener(SocketListener) - function in io.getstream.chat.android.client.ChatClient
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addUserDisconnectedListener(Function1) - function in io.getstream.chat.android.client.setup.InitializationCoordinator
Adds a listener to user disconnection.
AgoraChannel - class in io.getstream.chat.android.client.models
Represents Agora channel information that contains available channel in a chat channel.
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
 
ApiRequestsAnalyser - class in io.getstream.chat.android.client.plugins.requests
Interface for analyse requests of the SDK.
ApiRequestsAnalyser.Companion - class in io.getstream.chat.android.client.plugins.requests.ApiRequestsAnalyser
 
App - class in io.getstream.chat.android.client.models
The representation of the app, with its configurations.
applyPagination(Collection,AnyChannelPaginationRequest) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
 
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.
AROUND_ID - enum entry in io.getstream.chat.android.client.api.models.Pagination
 
asc(String) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByField
 
asc(String) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByReflection
Creates a QuerySortByReflection with ASC as SortDirection
asc(String,Class) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByReflection
Creates a QuerySortByReflection with ASC as SortDirection
asc(String,KClass) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByReflection
Creates a QuerySortByReflection with ASC as SortDirection
asc(KProperty1) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByReflection
Creates a QuerySortByReflection with ASC as SortDirection
asc(String) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByReflection.Companion
Creates a QuerySortByReflection using the name of field in the direction ASC.
asc(KProperty1) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByReflection.Companion
Creates a QuerySortByReflection using the property of field in the direction ASC.
ASC - enum entry in io.getstream.chat.android.client.api.models.querysort.SortDirection

Ascending sort order.

ascByName(String) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByField.Companion
Adds a field to QuerySortByField using the name of field in the direction ASC.
ascByName(QuerySortByField,String) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByField.Companion
Creates a QuerySortByField using the name of field in the direction ASC.
ascByName(QuerySortByReflection,String) - function in io.getstream.chat.android.client.api.models.querysort.QuerySortByReflection.Companion
Adds a field to QuerySortByReflection using the name of field in the direction ASC.
asLiveData(Flow) - function in io.getstream.chat.android.client.extensions.FlowExtensions
Creates a LiveData that has values collected from the original Flow.
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
Represents an attachment.
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.

Notes: SyncStatus is not a Message related only to store Attachment status here. SyncStatus is also a property of Channel and Reaction. AWAITING_ATTACHMENTS should be replace with MessageSyncType.IN_PROGRESS_AWAIT_ATTACHMENTS

A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W  X