B
C
D
E
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
W
R
- recoveryDisabled() - function in io.getstream.chat.android.livedata.ChatDomain.Builder
- recoveryEnabled() - function in io.getstream.chat.android.livedata.ChatDomain.Builder
- ReplayEventsForActiveChannels - class in io.getstream.chat.android.livedata.usecase
- RetryPolicy - class in io.getstream.chat.android.livedata.utils
- When creating a channel, adding a reaction or sending any temporary error will trigger the retry policy The retry policy interface exposes 2 methods
shouldRetry: returns a boolean if the request should be retried
retryTimeout: How many milliseconds to wait till the next attempt
- retryTimeout(ChatClient,Integer,ChatError) - function in io.getstream.chat.android.livedata.utils.RetryPolicy
- In the case that we want to retry a failed request the retryTimeout method is called to determine the timeout