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
 
registerOnAudioStateChange(java.lang.Integer,kotlin.jvm.functions.Function1) - function in io.getstream.chat.android.client.audio.AudioPlayer
Subscribing for audio state changes for the audio of the hash
registerOnProgressStateChange(java.lang.Integer,kotlin.jvm.functions.Function1) - function in io.getstream.chat.android.client.audio.AudioPlayer
Subscribing for progress changes for the audio of the hash.
registerOnSpeedChange(java.lang.Integer,kotlin.jvm.functions.Function1) - function in io.getstream.chat.android.client.audio.AudioPlayer
Subscribing for speed changes for the audio of the hash.
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
Rejects the invitation to join the channel.
rejectInvite() - function in io.getstream.chat.android.client.channel.ChannelClient
 
release() - function in io.getstream.chat.android.client.audio.NativeMediaPlayer
Releases resources associated with this MediaPlayer object.
ReminderCreatedEvent - class in io.getstream.chat.android.client.events
Triggered when a message reminder is created.
ReminderDeletedEvent - class in io.getstream.chat.android.client.events
Triggered when a message reminder is deleted.
ReminderUpdatedEvent - class in io.getstream.chat.android.client.events
Triggered when a message reminder is updated.
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,java.lang.Boolean) - function in io.getstream.chat.android.client.ChatClient
Removes members from a given channel.
removeMembers(java.util.List,io.getstream.chat.android.models.Message,java.lang.Boolean) - 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
Remove a Reaction created by the currently logged user from the given Message.
removePollVote(java.lang.String,java.lang.String,io.getstream.chat.android.models.Vote) - function in io.getstream.chat.android.client.ChatClient
Remove a vote for a poll in a message.
removeShadowBan(java.lang.String,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
Removes a shadow ban from a user in a given channel.
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
 
reset() - function in io.getstream.chat.android.client.audio.AudioPlayer
Resets the player to the initial state and removes all audios.
reset() - function in io.getstream.chat.android.client.audio.NativeMediaPlayer
Resets the MediaPlayer to its uninitialized state.
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 DR.
resolveDependency(kotlin.reflect.KClass) - function in io.getstream.chat.android.client.plugin.DependencyResolver
Resolves dependencies to T objects.
resolveDependency(kotlin.reflect.KClass) - function in io.getstream.chat.android.client.plugin.Plugin
Resolves dependencies to T objects.
resolveDependency(kotlin.reflect.KClass) - function in io.getstream.chat.android.client.plugin.PluginFactory
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.
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W