A
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
- 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
- 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.
- replayEventsForActiveChannels(ChatClient,String) - function in io.getstream.chat.android.offline.extensions.ChatClientExtensions
- Adds the provided channel to the active channels and replays events for all active channels.
- RepliesQueryReference - class in io.getstream.chat.android.offline.experimental.channel.thread
- Reference for the ChatClient.getReplies request.
- requestMembers(ChatClient,String,Integer,Integer,FilterObject,QuerySort,List) - function in io.getstream.chat.android.offline.extensions.ChatClientExtensions
- Query members of a channel.
- requestMembers(ChatClient,String,Integer,Integer,FilterObject,QuerySort) - function in io.getstream.chat.android.offline.extensions.ChatClientExtensions
- Query members of a channel.
- requestMembers(ChatClient,String,Integer,Integer,FilterObject) - function in io.getstream.chat.android.offline.extensions.ChatClientExtensions
- Query members of a channel.
- requestMembers(ChatClient,String,Integer,Integer) - function in io.getstream.chat.android.offline.extensions.ChatClientExtensions
- Query members of a channel.
- requestMembers(ChatClient,String,Integer) - function in io.getstream.chat.android.offline.extensions.ChatClientExtensions
- Query members of a channel.
- requestMembers(ChatClient,String) - function in io.getstream.chat.android.offline.extensions.ChatClientExtensions
- Query members of a channel.
- retryPolicy(RetryPolicy) - function in io.getstream.chat.android.livedata.ChatDomain.Builder
- RetryPolicy - class in io.getstream.chat.android.livedata.utils
- retryPolicy(RetryPolicy) - function in io.getstream.chat.android.offline.ChatDomain.Builder
- 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.