A
B
C
D
E
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
W
S
- searchUsersByName(String,Integer,Integer,Boolean) - function in io.getstream.chat.android.livedata.ChatDomain
- Perform api request with a search string as autocomplete if in online state.
- searchUsersByName(String,Integer,Integer,Boolean) - function in io.getstream.chat.android.offline.ChatDomain
- Perform api request with a search string as autocomplete if in online state.
- searchUsersByName(ChatClient,String,Integer,Integer,Boolean) - function in io.getstream.chat.android.offline.extensions.ChatClientExtensions
- Perform api request with a search string as autocomplete if in online state.
- sendGiphy(Message) - function in io.getstream.chat.android.livedata.ChatDomain
- Sends selected giphy message to the channel.
- sendGiphy(Message) - function in io.getstream.chat.android.offline.ChatDomain
- Sends selected giphy message to the channel.
- sendMessage(Message) - function in io.getstream.chat.android.livedata.ChatDomain
- Sends the message.
- sendMessage(Message) - function in io.getstream.chat.android.offline.ChatDomain
- Sends the message.
- sendReaction(String,Reaction,Boolean) - function in io.getstream.chat.android.livedata.ChatDomain
- Sends the reaction.
- sendReaction(String,Reaction,Boolean) - function in io.getstream.chat.android.offline.ChatDomain
- Sends the reaction.
- setChannelId(String) - function in io.getstream.chat.android.offline.channel.ChannelData
- setChatEventHandler(ChatEventHandler) - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
- Instance of ChatEventHandler that handles logic of event handling for this QueryChannelsController.
- setChatEventHandler(ChatEventHandler) - function in io.getstream.chat.android.offline.experimental.querychannels.state.QueryChannelsState
- Instance of ChatEventHandler that handles logic of event handling for this QueryChannelsState.
- setChatEventHandler(ChatEventHandler) - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
- Instance of ChatEventHandler that handles logic of event handling for this QueryChannelsController.
- setCid(String) - function in io.getstream.chat.android.offline.channel.ChannelData
- setCooldown(Integer) - function in io.getstream.chat.android.offline.channel.ChannelData
- setCreatedAt(Date) - function in io.getstream.chat.android.offline.channel.ChannelData
- when the channel was created
- setCreatedBy(User) - function in io.getstream.chat.android.offline.channel.ChannelData
- created by user
- setDeletedAt(Date) - function in io.getstream.chat.android.offline.channel.ChannelData
- when the channel was deleted
- setExtraData(Map) - function in io.getstream.chat.android.offline.channel.ChannelData
- all the custom data provided for this channel
- setFrozen(Boolean) - function in io.getstream.chat.android.offline.channel.ChannelData
- if the channel is frozen or not (new messages wont be allowed)
- setHasBeenHandled(Boolean) - function in io.getstream.chat.android.offline.utils.Event
- setMemberCount(Integer) - function in io.getstream.chat.android.offline.channel.ChannelData
- channel member count
- setMessageForReply(ChatClient,String,Message) - function in io.getstream.chat.android.offline.extensions.ChatClientExtensions
- Set the reply state for the channel.
- setOfflineEnabled(Boolean) - function in io.getstream.chat.android.livedata.ChatDomain
- if offline is enabled
- setOfflineEnabled(Boolean) - function in io.getstream.chat.android.offline.ChatDomain
- if offline is enabled
- setState(StateRegistry) - function in io.getstream.chat.android.offline.experimental.plugin.OfflinePlugin
- setTeam(String) - function in io.getstream.chat.android.offline.channel.ChannelData
- channel's team
- setType(String) - function in io.getstream.chat.android.offline.channel.ChannelData
- setUpdatedAt(Date) - function in io.getstream.chat.android.offline.channel.ChannelData
- when the channel was updated
- setUserPresence(Boolean) - function in io.getstream.chat.android.livedata.ChatDomain
- if we want to track user presence
- setUserPresence(Boolean) - function in io.getstream.chat.android.offline.ChatDomain
- if we want to track user presence
- shouldRetry(ChatClient,Integer,ChatError) - function in io.getstream.chat.android.offline.utils.RetryPolicy
- Should Retry evaluates if we should retry the failure.
- shouldRetry(ChatClient,Integer,ChatError) - function in io.getstream.chat.android.offline.utils.RetryPolicy
- Should Retry evaluates if we should retry the failure.
- showChannel(String) - function in io.getstream.chat.android.livedata.ChatDomain
- Shows a channel that was previously hidden.
- showChannel(String) - function in io.getstream.chat.android.offline.ChatDomain
- Shows a channel that was previously hidden.
- shuffleGiphy(Message) - function in io.getstream.chat.android.livedata.ChatDomain
- Performs giphy shuffle operation.
- shuffleGiphy(Message) - function in io.getstream.chat.android.offline.ChatDomain
- Performs giphy shuffle operation.
- StateRegistry - class in io.getstream.chat.android.offline.experimental.plugin.state
- Registry of all state objects exposed in offline plugin.
- stopTyping(ChatClient,String,String) - function in io.getstream.chat.android.offline.extensions.ChatClientExtensions
- StopTyping should be called when the user submits the text and finishes typing.