A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
R
- RATIONALE_NEEDED - enum entry in io.getstream.chat.android.client.notifications.permissions.NotificationPermissionStatus
- Reaction - class in io.getstream.chat.android.client.models
- 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
- reconnectSocket(Boolean) - function in io.getstream.chat.android.client.ChatClient
- registerForActivityResult(ActivityResultContract,ActivityResultCallback) - function in androidx.fragment.app.Fragment
- registerForActivityResult(ActivityResultContract,ActivityResultRegistry,ActivityResultCallback) - function in androidx.fragment.app.Fragment
- registerForContextMenu(View) - function in androidx.fragment.app.Fragment
- registerRequest(String,Map) - function in io.getstream.chat.android.client.plugins.requests.ApiRequestsAnalyser
- Registers the request using the name as an ID.
- rejectInvite(String,String) - function in io.getstream.chat.android.client.ChatClient
- rejectInvite() - function in io.getstream.chat.android.client.channel.ChannelClient
- removeAllInterceptors() - function in io.getstream.chat.android.client.ChatClient
- removeMember(Channel,String) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Removes member from the Channel.members and aligns Channel.memberCount.
- removeMembers(String,String,List,Message) - function in io.getstream.chat.android.client.ChatClient
- Removes members from a given channel.
- removeMembers(List,Message) - function in io.getstream.chat.android.client.channel.ChannelClient
- Removes members from a given channel.
- removeMembership(Channel,String) - function in io.getstream.chat.android.client.extensions.internal.ChannelKt
- Sets Channel.membership to null if currentUserId equals to membership.user.
- removeMyReaction(Message,Reaction) - function in io.getstream.chat.android.client.extensions.internal.MessageReactionsKt
- removeShadowBan(String,String,String) - function in io.getstream.chat.android.client.ChatClient
- removeShadowBan(String) - function in io.getstream.chat.android.client.channel.ChannelClient
- removeSocketListener(SocketListener) - function in io.getstream.chat.android.client.ChatClient
- 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.
- REQUESTED - enum entry in io.getstream.chat.android.client.notifications.permissions.NotificationPermissionStatus
- requestPermissions(Array,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
- resolveDependency() - function in io.getstream.chat.android.client.ChatClient
- Resolves dependency T within the provided plugin P.
- resolveDependency(KClass) - function in io.getstream.chat.android.client.plugin.DependencyResolver
- Resolves dependencies to T objects.
- ResultUtilsKt - class in io.getstream.chat.android.client.utils
- retryPolicy(RetryPolicy) - function in io.getstream.chat.android.client.ChatClient.Builder
- Sets a custom RetryPolicy used to determine whether a particular call should be retried.
- RetryPolicy - class in io.getstream.chat.android.client.utils.retry
- The retry policy is being used to determine if and when the call should be retried if a temporary error occurred.
- retryTimeout(Integer,ChatError) - function in io.getstream.chat.android.client.utils.retry.RetryPolicy
- Provides a timeout used to delay the next call.
- RUNNING - enum entry in io.getstream.chat.android.client.models.InitializationState
Initialization was requested and should be completed shortly. During this state, the SDK is still not ready to be used.