A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
U
- unarchive() - function in io.getstream.chat.android.client.channel.ChannelClient
- Un-archives the channel for the current user.
- unarchiveChannel(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Unarchive the channel for the current user.
- unbanUser(java.lang.String,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Unbans a user from a given channel.
- unbanUser(java.lang.String) - function in io.getstream.chat.android.client.channel.ChannelClient
- unblockUser(java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Unblock a user by ID.
- UnblockUserListener - class in io.getstream.chat.android.client.plugin.listeners
- Listener for ChatClient.unblockUser requests.
- unflagMessage(java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Un-flags a previously flagged message.
- unflagUser(java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Un-flags a previously flagged user.
- UnknownEvent - class in io.getstream.chat.android.client.events
- Triggered when event type is not supported
- unmute() - function in io.getstream.chat.android.client.channel.ChannelClient
- Unmutes a channel for the current user.
- unmuteChannel(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Unmutes a channel for the current user.
- unmuteCurrentUser() - function in io.getstream.chat.android.client.ChatClient
- unmuteCurrentUser() - function in io.getstream.chat.android.client.channel.ChannelClient
- unmuteUser(java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Unmutes a previously muted user.
- unmuteUser(java.lang.String) - function in io.getstream.chat.android.client.channel.ChannelClient
- Unmutes a previously muted user.
- unpin() - function in io.getstream.chat.android.client.channel.ChannelClient
- Unpins the channel for the current user.
- unpinChannel(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Unpin the channel for the current user.
- unpinMessage(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.ChatClient
- Unpins the message that was previously pinned
- unpinMessage(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.channel.ChannelClient
- unregisterForContextMenu(android.view.View) - function in androidx.fragment.app.Fragment
- UNSET - enum entry in io.getstream.chat.android.client.audio.AudioState
- UNSET - enum entry in io.getstream.chat.android.client.audio.PlayerState
- update(io.getstream.chat.android.models.Message,java.util.Map) - function in io.getstream.chat.android.client.channel.ChannelClient
- Updates all of the channel data.
- updateByUsers(java.util.Collection,java.util.Map) - function in io.getstream.chat.android.client.extensions.internal.ReactionKt
- Updates collection of reactions with more recent data of users.
- updateChannel(java.lang.String,java.lang.String,io.getstream.chat.android.models.Message,java.util.Map) - function in io.getstream.chat.android.client.ChatClient
- Updates all of the channel data.
- updateChannelMessage(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Updates a Message from a Channel.messages.
- updateChannelMessage(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Updates a Message from a Channel.messages.
- updateChannelPartial(java.lang.String,java.lang.String,java.util.Map,java.util.List) - function in io.getstream.chat.android.client.ChatClient
- Updates specific fields of channel data retaining the custom data fields which were set previously.
- updateFailedMessage(io.getstream.chat.android.models.Message,io.getstream.result.Error) - function in io.getstream.chat.android.client.extensions.MessageExtensionsKt
- Updates a message that whose request (Edition/Delete/Reaction update...) has failed.
- updateLastMessage(io.getstream.chat.android.models.Channel,java.util.Date,io.getstream.chat.android.models.Message,java.lang.String) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Updates the Channel with newest Message.
- updateLastMessageForChannel(java.lang.String,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Updates the last message for a Channel
- updateLastMessageForChannel(java.lang.String,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Updates the last message for a Channel
- updateLiveLocation(java.lang.String,java.lang.Double,java.lang.Double,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Updates the live location info of a message.
- updateLiveLocations(java.util.Collection,java.util.List) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Updates the live locations of the channels with the provided locations.
- updateMember(io.getstream.chat.android.models.Channel,io.getstream.chat.android.models.Member) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Updates Channel member.
- updateMemberBanned(io.getstream.chat.android.models.Channel,java.lang.String,java.lang.Boolean,java.lang.Boolean) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Updates Member.banned property inside the Channel.members.
- updateMembersForChannel(java.lang.String,java.util.List) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Updates the members of a Channel
- updateMembersForChannel(java.lang.String,java.util.List) - function in io.getstream.chat.android.client.persistance.repository.RepositoryFacade
- Updates the members of a Channel
- updateMembership(io.getstream.chat.android.models.Channel,io.getstream.chat.android.models.Member) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Sets Channel.membership to member if member.user.
- updateMembershipBanned(io.getstream.chat.android.models.Channel,java.lang.String,java.lang.Boolean) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Sets Channel.membership.
- updateMessage(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.ChatClient
- Updates the message in the API and calls the plugins that handle this request.
- updateMessage(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.channel.ChannelClient
- updateMessageOnlineState(io.getstream.chat.android.models.Message,java.lang.Boolean) - function in io.getstream.chat.android.client.extensions.MessageExtensionsKt
- Update the online state of a message.
- updateParent(io.getstream.chat.android.models.Thread,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.extensions.internal.ThreadKt
- Updates the parent message of a Thread.
- updateParentOrReply(io.getstream.chat.android.models.Thread,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.extensions.internal.ThreadKt
- Updates the given Thread with the new message (parent or reply).
- updatePartial(java.util.Map,java.util.List) - function in io.getstream.chat.android.client.channel.ChannelClient
- Updates specific fields of channel data retaining the custom data fields which were set previously.
- updateReactionsForMessageByDeletedDate(java.lang.String,java.lang.String,java.util.Date) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Updates the Reaction.deletedAt for reactions of a message.
- updateReactionsForMessageByDeletedDate(java.lang.String,java.lang.String,java.util.Date) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Updates the Reaction.deletedAt for reactions of a message.
- updateReads(io.getstream.chat.android.models.Channel,io.getstream.chat.android.models.ChannelUserRead,io.getstream.chat.android.models.UserId) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Updates the Channel with a new ChannelUserRead.
- updateReminder(java.lang.String,java.util.Date) - function in io.getstream.chat.android.client.ChatClient
- Updates an existing reminder for a message.
- updateSyncStatus(io.getstream.chat.android.models.Reaction,io.getstream.result.Result) - function in io.getstream.chat.android.client.extensions.internal.ReactionKt
- Updates the reaction's sync status based on result.
- updateUser(io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.ChatClient
- Updates a single user.
- updateUsers(java.util.List) - function in io.getstream.chat.android.client.ChatClient
- Updates multiple users in a single request.
- updateUsers(java.util.Collection,java.util.Map) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Updates collection of channels with more recent data of users.
- updateUsers(java.util.Collection,java.util.Map) - function in io.getstream.chat.android.client.extensions.internal.MemberKt
- Updates collection of members with more recent data of users.
- updateUsers(io.getstream.chat.android.models.Message,java.util.Map) - function in io.getstream.chat.android.client.extensions.internal.MessageKt
- Updates a message with more recent data of users.
- updateUsers(java.util.Collection,java.util.Map) - function in io.getstream.chat.android.client.extensions.internal.MessageKt
- Updates collection of messages with more recent data of users.
- updateUsers(java.util.Map,java.util.Map) - function in io.getstream.chat.android.client.extensions.internal.MessageKt
- Updates collection of messages with more recent data of users.
- updateUsers(java.util.Collection,java.util.Map) - function in io.getstream.chat.android.client.extensions.internal.UserKt
- Updates a collection of users by more fresh value of users.
- uploadAttachment(java.lang.String,java.lang.String,io.getstream.chat.android.models.Attachment,io.getstream.chat.android.client.utils.ProgressCallback) - function in io.getstream.chat.android.client.attachment.AttachmentUploader
- Uploads the given attachment.
- uploadAttachmentsForMessage(java.lang.String) - function in io.getstream.chat.android.client.attachment.worker.UploadAttachmentsWorker
- uploadAttachmentsNetworkType(io.getstream.chat.android.models.UploadAttachmentsNetworkType) - function in io.getstream.chat.android.client.ChatClient.Builder
- An enumeration of various network types used as a constraint inside upload attachments worker.
- UploadAttachmentsWorker - class in io.getstream.chat.android.client.attachment.worker
- upsertMessage(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.channel.ChannelMessagesUpdateLogic
- upsertMessageInThread(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.persistance.repository.ThreadsRepository
- Upsert a Message in the corresponding thread (if such exists).
- upsertMessageInThread(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.persistance.repository.ThreadsRepository
- Upsert a Message in the corresponding thread (if such exists).
- upsertMessages(java.util.List,java.lang.Boolean) - function in io.getstream.chat.android.client.channel.ChannelMessagesUpdateLogic
- upsertMessagesInThread(java.util.List) - function in io.getstream.chat.android.client.persistance.repository.ThreadsRepository
- Upsert a list of Messages in the corresponding thread (if such exists).
- upsertMessagesInThread(java.util.List) - function in io.getstream.chat.android.client.persistance.repository.ThreadsRepository
- Upsert a list of Messages in the corresponding thread (if such exists).
- upsertPinnedMessages(java.util.List,java.lang.Boolean) - function in io.getstream.chat.android.client.channel.ChannelMessagesUpdateLogic
- upsertReply(io.getstream.chat.android.models.Thread,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.extensions.internal.ThreadKt
- Inserts a new reply (or updates and existing one) in a Thread.
- UserCredentialStorage - class in io.getstream.chat.android.client.user.storage
- Storage for CredentialConfig.
- UserDeletedEvent - class in io.getstream.chat.android.client.events
- UserEvent - class in io.getstream.chat.android.client.events
- UserIconBuilder - class in io.getstream.chat.android.client.notifications.handler
- Creates an IconCompat for a given user to be shown on notifications.
- UserKt - class in io.getstream.chat.android.client.extensions.internal
- UserPresenceChangedEvent - class in io.getstream.chat.android.client.events
- Triggered when a user status changes (eg.
- UserRepository - class in io.getstream.chat.android.client.persistance.repository
- Repository to read and write data about users.
- users(io.getstream.chat.android.models.Channel) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Returns all users including watchers of a channel that are associated with it.
- users(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.extensions.internal.MessageKt
- Retrieves all Users involved in the message.
- UserStartWatchingEvent - class in io.getstream.chat.android.client.events
- Triggered when a user starts watching a channel
- UserStopWatchingEvent - class in io.getstream.chat.android.client.events
- Triggered when a user stops watching a channel
- UserUpdatedEvent - class in io.getstream.chat.android.client.events
- Triggered when a user is updated
- UserUtilsKt - class in io.getstream.chat.android.client.utils