A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
R
- 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
- 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
- registerForActivityResult(ActivityResultContract,ActivityResultCallback) - function in androidx.fragment.app.ToggleDialogFragment
- registerForActivityResult(ActivityResultContract,ActivityResultRegistry,ActivityResultCallback) - function in androidx.fragment.app.ToggleDialogFragment
- registerForContextMenu(View) - function in androidx.fragment.app.ToggleDialogFragment
- 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
- 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.
- 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
- RepositoryFactory - class in io.getstream.chat.android.client.persistance.repository.factory
- Factory that creates all repositories of SDK.
- RepositoryProvider - class in io.getstream.chat.android.client.persistance.repository.factory
- Provider of repositories.
- RepositoryProvider.Companion - class in io.getstream.chat.android.client.persistance.repository.factory.RepositoryProvider
- requestPermissions(Array,Integer) - function in androidx.fragment.app.ToggleDialogFragment
- requireActivity() - function in androidx.fragment.app.ToggleDialogFragment
- requireArguments() - function in androidx.fragment.app.ToggleDialogFragment
- requireContext() - function in androidx.fragment.app.ToggleDialogFragment
- requireDialog() - function in androidx.fragment.app.ToggleDialogFragment
- requireFragmentManager() - function in androidx.fragment.app.ToggleDialogFragment
- requireHost() - function in androidx.fragment.app.ToggleDialogFragment
- requireParentFragment() - function in androidx.fragment.app.ToggleDialogFragment
- requireView() - function in androidx.fragment.app.ToggleDialogFragment
- restoreChildFragmentState(Bundle) - function in androidx.fragment.app.ToggleDialogFragment
- restoreViewState(Bundle) - function in androidx.fragment.app.ToggleDialogFragment
- 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.