A
C
D
E
F
G
H
I
L
M
O
P
R
S
T
U
W
Z
R
- reset() - function in io.getstream.chat.android.core.internal.concurrency.SynchronizedReference
- Drops an existing T object reference to null.
- reset() - function in io.getstream.chat.android.core.internal.coroutines.DispatcherProvider
- Resets the dispatchers to their default values.
- Result - class in io.getstream.chat.android.client.utils
- A class which encapsulates a successful outcome with a value of type T or a failure with ChatError.
- Result.Companion - class in io.getstream.chat.android.client.utils.Result
- ResultKt - class in io.getstream.chat.android.client.utils
- ReturnOnErrorCall - class in io.getstream.chat.android.client.call
- A wrapper around Call that swallows the error and emits new data from onErrorReturn.
- runCatching(SuspendFunction1,SuspendFunction0) - function in io.getstream.chat.android.client.call.Call.Companion