A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
A
- acceptInvite(java.lang.String,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Accepts the invitation to join a channel.
- acceptInvite(java.lang.String) - function in io.getstream.chat.android.client.channel.ChannelClient
- active(java.lang.String) - function in io.getstream.chat.android.client.utils.buffer.StartStopBuffer
- addDevice(io.getstream.chat.android.models.Device) - function in io.getstream.chat.android.client.ChatClient
- addMember(io.getstream.chat.android.models.Channel,io.getstream.chat.android.models.Member) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Adds member to the Channel.members and aligns Channel.memberCount.
- addMembers(java.lang.String,java.lang.String,io.getstream.chat.android.client.query.AddMembersParams) - function in io.getstream.chat.android.client.ChatClient
- Adds members to a given channel.
- addMembers(java.lang.String,java.lang.String,java.util.List,io.getstream.chat.android.models.Message,java.lang.Boolean,java.lang.Boolean) - function in io.getstream.chat.android.client.ChatClient
- Adds members to a given channel.
- addMembers(io.getstream.chat.android.client.query.AddMembersParams) - function in io.getstream.chat.android.client.channel.ChannelClient
- Adds members with extra data to a given channel.
- addMembers(java.util.List,io.getstream.chat.android.models.Message,java.lang.Boolean,java.lang.Boolean) - function in io.getstream.chat.android.client.channel.ChannelClient
- Adds members to a given channel.
- addMembership(io.getstream.chat.android.models.Channel,java.lang.String,io.getstream.chat.android.models.Member) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Sets Channel.membership to member if currentUserId equals to member.
- AddMembersParams - class in io.getstream.chat.android.client.query
- Model holding data required for adding members to a channel.
- addMyReaction(io.getstream.chat.android.models.Message,io.getstream.chat.android.models.Reaction,java.lang.Boolean) - function in io.getstream.chat.android.client.extensions.internal.MessageReactionsKt
- Add a Reaction created by the currently logged user to the given Message.
- addSocketListener(io.getstream.chat.android.client.socket.SocketListener) - function in io.getstream.chat.android.client.ChatClient
- addSuppressed(java.lang.Throwable) - function in kotlin.Throwable
- AIIndicatorClearEvent - class in io.getstream.chat.android.client.events
- Triggered when an ai indicator is cleared.
- AIIndicatorStopEvent - class in io.getstream.chat.android.client.events
- Triggered when an ai indicator is stopped.
- AIIndicatorUpdatedEvent - class in io.getstream.chat.android.client.events
- Triggered when an ai indicator is updated.
- ALL - enum entry in io.getstream.chat.android.client.logger.ChatLogLevel
Show all Logs.
- AnswerCastedEvent - class in io.getstream.chat.android.client.events
- Triggered when a vote is casted.
- AnyChannelPaginationRequest - class in io.getstream.chat.android.client.query.pagination
- AnyChannelPaginationRequestKt - class in io.getstream.chat.android.client.query.pagination
- ApiModelTransformers - class in io.getstream.chat.android.client.transformer
- A class that holds the transformers used to transform the API models.
- 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
- applyPagination(java.util.Collection,io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Transforms the given Collection of Channels by applying the given AnyChannelPaginationRequest.
- appName(java.lang.String) - function in io.getstream.chat.android.client.ChatClient.Builder
- Sets name of the application that is using the Stream Chat SDK.
- appSettings() - function in io.getstream.chat.android.client.ChatClient
- Get the current settings of the app.
- appVersion(java.lang.String) - function in io.getstream.chat.android.client.ChatClient.Builder
- Sets version of the application that is using the Stream Chat SDK.
- archive() - function in io.getstream.chat.android.client.channel.ChannelClient
- Archives the channel for the current user.
- archiveChannel(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Archive the channel for the current user.
- AROUND_ID - enum entry in io.getstream.chat.android.client.api.models.Pagination
- asLiveData(kotlinx.coroutines.flow.Flow) - function in io.getstream.chat.android.client.extensions.FlowExtensions
- Creates a LiveData that has values collected from the original Flow.
- asyncGenerateDevice(kotlin.jvm.functions.Function1) - function in io.getstream.chat.android.client.notifications.handler.PushDeviceGenerator
- Asynchronously generates a Device and calls onDeviceGenerated callback once it's ready
- AttachmentExtensionsKt - class in io.getstream.chat.android.client.extensions
- AttachmentHelper - class in io.getstream.chat.android.client.helpers
- AttachmentUploader - class in io.getstream.chat.android.client.attachment
- AttachmentUtilsKt - class in io.getstream.chat.android.client.utils.attachment
- AudioHashKt - class in io.getstream.chat.android.client.audio
- AudioPlayer - class in io.getstream.chat.android.client.audio
- Audio player used to play audio messages.
- AudioState - class in io.getstream.chat.android.client.audio
- State of the an audio track.
- awaitInitializationState(java.lang.Long) - function in io.getstream.chat.android.client.ChatClient