B
C
D
E
G
H
I
K
L
M
O
P
Q
R
S
T
U
W
R
- recoveryDisabled() - function in io.getstream.chat.android.livedata.ChatDomain.Builder
- recoveryDisabled() - function in io.getstream.chat.android.offline.ChatDomain.Builder
- recoveryEnabled() - function in io.getstream.chat.android.livedata.ChatDomain.Builder
- recoveryEnabled() - function in io.getstream.chat.android.offline.ChatDomain.Builder
- refreshChannel(String) - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
- refreshes a single channel Note that this only refreshes channels that are already matching with the query It retrieves the data from the current channelController object
- removeMembers(String,String) - function in io.getstream.chat.android.livedata.ChatDomain
- removeMembers(String,String) - function in io.getstream.chat.android.offline.ChatDomain
- replayEventsForActiveChannels(String) - function in io.getstream.chat.android.livedata.ChatDomain
- Adds the provided channel to the active channels and replays events for all active channels
- replayEventsForActiveChannels(String) - function in io.getstream.chat.android.offline.ChatDomain
- Adds the provided channel to the active channels and replays events for all active channels
- RetryPolicy - class in io.getstream.chat.android.livedata.utils
- RetryPolicy - class in io.getstream.chat.android.offline.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.offline.utils.RetryPolicy
- In the case that we want to retry a failed request the retryTimeout method is called to determine the timeout
- retryTimeout(ChatClient,Integer,ChatError) - function in io.getstream.chat.android.offline.utils.RetryPolicy
- In the case that we want to retry a failed request the retryTimeout method is called to determine the timeout