B
C
D
E
G
H
I
K
L
M
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 - class in io.getstream.chat.android.livedata.usecase
- Use case for searching users by string-autocomplete filter.
- 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 - class in io.getstream.chat.android.livedata.usecase
- 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,Function2) - function in io.getstream.chat.android.livedata.ChatDomain
- Sends the message.
- SendMessage - class in io.getstream.chat.android.livedata.usecase
- sendMessage(Message) - function in io.getstream.chat.android.offline.ChatDomain
- Sends the message.
- sendMessage(Message,Function2) - 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 - class in io.getstream.chat.android.livedata.usecase
- sendReaction(String,Reaction,Boolean) - function in io.getstream.chat.android.offline.ChatDomain
- Sends the reaction.
- setChannelId(String) - function in io.getstream.chat.android.livedata.ChannelData
- setCid(String) - function in io.getstream.chat.android.livedata.ChannelData
- setCooldown(Integer) - function in io.getstream.chat.android.livedata.ChannelData
- setCreatedAt(Date) - function in io.getstream.chat.android.livedata.ChannelData
- when the channel was created
- setCreatedBy(User) - function in io.getstream.chat.android.livedata.ChannelData
- created by user
- setCurrentUser(User) - function in io.getstream.chat.android.livedata.ChatDomain
- Unsafe property that represent the current user.
- setCurrentUser(User) - function in io.getstream.chat.android.offline.ChatDomain
- Unsafe property that represent the current user.
- setDeletedAt(Date) - function in io.getstream.chat.android.livedata.ChannelData
- when the channel was deleted
- setExtraData(Map) - function in io.getstream.chat.android.livedata.ChannelData
- all the custom data provided for this channel
- setFrozen(Boolean) - function in io.getstream.chat.android.livedata.ChannelData
- if the channel is frozen or not (new messages wont be allowed)
- setHasBeenHandled(Boolean) - function in io.getstream.chat.android.livedata.utils.Event
- setMemberCount(Integer) - function in io.getstream.chat.android.livedata.ChannelData
- channel member count
- setMessageForReply(String,Message) - function in io.getstream.chat.android.livedata.ChatDomain
- Set the reply state for the channel.
- SetMessageForReply - class in io.getstream.chat.android.livedata.usecase
- 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(Function2) - 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.livedata.ChannelData
- channel's team
- setType(String) - function in io.getstream.chat.android.livedata.ChannelData
- setUpdatedAt(Date) - function in io.getstream.chat.android.livedata.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.livedata.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 - class in io.getstream.chat.android.livedata.usecase
- 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 - class in io.getstream.chat.android.livedata.usecase
- 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 - class in io.getstream.chat.android.livedata.usecase
- stopTyping(String,String) - function in io.getstream.chat.android.offline.ChatDomain
- StopTyping should be called when the user submits the text and finishes typing