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.
- 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
- setCheckFilterOnChannelUpdatedEvent(Boolean) - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
- When ChannelUpdatedEvent is triggered, if it is true a new query to the server is done to check if the update on the channel match the filter to be added or deleted from the list of channels
- setCheckFilterOnChannelUpdatedEvent(Boolean) - function in io.getstream.chat.android.offline.querychannels.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(String,Message) - function in io.getstream.chat.android.livedata.ChatDomain
- Set the reply state for the channel.
- setMessageForReply(String,Message) - function in io.getstream.chat.android.offline.ChatDomain
- Set the reply state for the channel.
- setNewChannelEventFilter(Function2) - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
- When the NotificationAddedToChannelEvent is triggered the newChannelEventFilter determines if the channel should be added to the query or not.
- setNewChannelEventFilter(SuspendFunction2) - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
- 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
- setRecoveryNeeded(Boolean) - function in io.getstream.chat.android.offline.channel.ChannelController
- setRecoveryNeeded(Boolean) - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
- setRetryPolicy(RetryPolicy) - function in io.getstream.chat.android.livedata.ChatDomain
- The retry policy for retrying failed requests
- setRetryPolicy(RetryPolicy) - function in io.getstream.chat.android.offline.ChatDomain
- The retry policy for retrying failed requests
- 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.
- stopTyping(String,String) - function in io.getstream.chat.android.livedata.ChatDomain
- StopTyping should be called when the user submits the text and finishes typing
- stopTyping(String,String) - function in io.getstream.chat.android.offline.ChatDomain
- StopTyping should be called when the user submits the text and finishes typing