A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
R
- ReactionDeletedEvent - class in io.getstream.chat.android.client.events
- Triggered when a message reaction is deleted
- ReactionKt - class in io.getstream.chat.android.client.extensions.internal
- ReactionNewEvent - class in io.getstream.chat.android.client.events
- Triggered when a message reaction is added
- ReactionRepository - class in io.getstream.chat.android.client.persistance.repository
- Repository to read and write reactions.
- ReactionUpdateEvent - class in io.getstream.chat.android.client.events
- Triggered when a message reaction is updated
- reconnectSocket() - function in io.getstream.chat.android.client.ChatClient
- Reconnects the socket.
- registerForActivityResult(androidx.activity.result.contract.ActivityResultContract,androidx.activity.result.ActivityResultCallback) - function in androidx.fragment.app.Fragment
- registerForActivityResult(androidx.activity.result.contract.ActivityResultContract,androidx.activity.result.ActivityResultRegistry,androidx.activity.result.ActivityResultCallback) - function in androidx.fragment.app.Fragment
- registerForContextMenu(android.view.View) - function in androidx.fragment.app.Fragment
- registerRequest(java.lang.String,java.util.Map) - function in io.getstream.chat.android.client.plugins.requests.ApiRequestsAnalyser
- Registers the request using the name as an ID.
- registerTrack(java.lang.String,java.lang.Integer,java.lang.Integer) - function in io.getstream.chat.android.client.audio.AudioPlayer
- rejectInvite(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- rejectInvite() - function in io.getstream.chat.android.client.channel.ChannelClient
- removeAudio(java.lang.Integer) - function in io.getstream.chat.android.client.audio.AudioPlayer
- Removes the current audio form the reproduction queue and removes the listeners
- removeAudios(java.util.List) - function in io.getstream.chat.android.client.audio.AudioPlayer
- Removes the current audios form the reproduction queue and removes the listeners
- removeMember(io.getstream.chat.android.models.Channel,java.lang.String) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Removes member from the Channel.members and aligns Channel.memberCount.
- removeMembers(java.lang.String,java.lang.String,java.util.List,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.ChatClient
- Removes members from a given channel.
- removeMembers(java.util.List,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.channel.ChannelClient
- Removes members from a given channel.
- removeMembership(io.getstream.chat.android.models.Channel,java.lang.String) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Sets Channel.membership to null if currentUserId equals to membership.user.
- removeMyReaction(io.getstream.chat.android.models.Message,io.getstream.chat.android.models.Reaction) - function in io.getstream.chat.android.client.extensions.internal.MessageReactionsKt
- removeShadowBan(java.lang.String,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- removeShadowBan(java.lang.String) - function in io.getstream.chat.android.client.channel.ChannelClient
- removeSocketListener(io.getstream.chat.android.client.socket.SocketListener) - function in io.getstream.chat.android.client.ChatClient
- replyMessage(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.channel.ChannelMessagesUpdateLogic
- RepositoryFacade - class in io.getstream.chat.android.client.persistance.repository
- RepositoryFacade.Companion - class in io.getstream.chat.android.client.persistance.repository.RepositoryFacade
- RepositoryFactory - class in io.getstream.chat.android.client.persistance.repository.factory
- Factory that creates all repositories of SDK.
- RepositoryFactory.Provider - class in io.getstream.chat.android.client.persistance.repository.factory.RepositoryFactory
- Interface to delegate creation of RepositoryFactory.
- requestPermissions(kotlin.Array,java.lang.Integer) - function in androidx.fragment.app.Fragment
- requireActivity() - function in androidx.fragment.app.Fragment
- requireArguments() - function in androidx.fragment.app.Fragment
- requireContext() - function in androidx.fragment.app.Fragment
- requireDialog() - function in androidx.fragment.app.DialogFragment
- requireFragmentManager() - function in androidx.fragment.app.Fragment
- requireHost() - function in androidx.fragment.app.Fragment
- requireParentFragment() - function in androidx.fragment.app.Fragment
- requireView() - function in androidx.fragment.app.Fragment
- resetAudio(java.lang.Integer) - function in io.getstream.chat.android.client.audio.AudioPlayer
- resolveDependency() - function in io.getstream.chat.android.client.ChatClient
- Resolves dependency T within the provided plugin P.
- resolveDependency(kotlin.reflect.KClass) - function in io.getstream.chat.android.client.plugin.DependencyResolver
- Resolves dependencies to T objects.
- ResultUtilsKt - class in io.getstream.chat.android.client.utils
- resume(java.lang.Integer) - function in io.getstream.chat.android.client.audio.AudioPlayer
- retryPolicy(io.getstream.result.call.retry.RetryPolicy) - function in io.getstream.chat.android.client.ChatClient.Builder
- Sets a custom RetryPolicy used to determine whether a particular call should be retried.