A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
S
- searchMessages(FilterObject,FilterObject,Integer,Integer,String,QuerySorter) - function in io.getstream.chat.android.client.ChatClient
- Search messages across channels.
- SearchMessagesRequest - class in io.getstream.chat.android.client.api.models
- SearchMessagesResult - class in io.getstream.chat.android.client.models
- SearchWarning - class in io.getstream.chat.android.client.models
- Represents a warning related to message search results.
- selectAllCids() - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Selects all channels' cids.
- selectAllCids() - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Selects all channels' cids.
- selectBy(FilterObject,QuerySorter) - function in io.getstream.chat.android.client.persistance.repository.QueryChannelsRepository
- Selects by a filter and query sort.
- selectBy(FilterObject,QuerySorter) - function in io.getstream.chat.android.client.persistance.repository.QueryChannelsRepository
- Selects by a filter and query sort.
- selectChannelByCid(String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Select channel by full channel ID Channel.cid
- selectChannelByCid(String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Select channel by full channel ID Channel.cid
- selectChannelCidsBySyncNeeded(Integer) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Read which channel cids need sync.
- selectChannelCidsBySyncNeeded(Integer) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Read which channel cids need sync.
- selectChannelConfig(String) - function in io.getstream.chat.android.client.persistance.repository.ChannelConfigRepository
- Select the ChannelConfig for a channel type.
- selectChannelConfig(String) - function in io.getstream.chat.android.client.persistance.repository.ChannelConfigRepository
- Select the ChannelConfig for a channel type.
- selectChannels(List,Boolean) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Select channels by full channel IDs Channel.cid
- selectChannels(List,AnyChannelPaginationRequest,Boolean) - function in io.getstream.chat.android.client.persistance.repository.RepositoryFacade
- selectChannels(List,Boolean) - function in io.getstream.chat.android.client.persistance.repository.RepositoryFacade
- Select channels by full channel IDs Channel.cid
- selectChannelsByCids(List) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Select channels by full channel IDs Channel.cid
- selectChannelsByCids(List) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Select channels by full channel IDs Channel.cid
- selectChannelsSyncNeeded(Integer) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Read which channels need sync.
- selectChannelsSyncNeeded(Integer) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Read which channels need sync.
- selectChannelsWithoutMessages(List) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Select a channels, but without loading the messages.
- selectChannelsWithoutMessages(List) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Select a channels, but without loading the messages.
- selectChannelWithoutMessages(String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Select a channel, but without loading the messages.
- selectChannelWithoutMessages(String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Select a channel, but without loading the messages.
- selectMembersForChannel(String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Reads the member list of a channel.
- selectMembersForChannel(String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Reads the member list of a channel.
- selectMessage(String) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Reads the message with passed ID.
- selectMessage(String) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Reads the message with passed ID.
- selectMessageBySyncState(SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Selects all message of a SyncStatus
- selectMessageBySyncState(SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Selects all message of a SyncStatus
- selectMessageIdsBySyncState(SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Selects all message ids of a SyncStatus
- selectMessageIdsBySyncState(SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Selects all message ids of a SyncStatus
- selectMessages(List,Boolean) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Selects messages by IDs.
- selectMessages(List,Boolean) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Selects messages by IDs.
- selectMessagesForChannel(String,AnyChannelPaginationRequest) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Select messages for a channel in a desired page.
- selectMessagesForChannel(String,AnyChannelPaginationRequest) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Select messages for a channel in a desired page.
- selectMessagesForThread(String,Integer) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Select messages for a thread in a desired page.
- selectMessagesForThread(String,Integer) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Select messages for a thread in a desired page.
- selectReactionById(Integer) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects reaction with specified id.
- selectReactionById(Integer) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects reaction with specified id.
- selectReactionIdsBySyncStatus(SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all reaction ids with specific SyncStatus.
- selectReactionIdsBySyncStatus(SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all reaction ids with specific SyncStatus.
- selectReactionsByIds(List) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all reactions with specified ids
- selectReactionsByIds(List) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all reactions with specified ids
- selectReactionsBySyncStatus(SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all reactions with specific SyncStatus
- selectReactionsBySyncStatus(SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all reactions with specific SyncStatus
- selectSyncState(String) - function in io.getstream.chat.android.client.persistance.repository.SyncStateRepository
- Selects a sync state.
- selectSyncState(String) - function in io.getstream.chat.android.client.persistance.repository.SyncStateRepository
- Selects a sync state.
- selectUser(String) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
- Selects a user by id.
- selectUser(String) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
- Selects a user by id.
- selectUserReactionsToMessage(String,String) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all current user reactions of a message.
- selectUserReactionsToMessage(String,String) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all current user reactions of a message.
- selectUserReactionToMessage(String,String,String) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects the reaction of given type to the message if exists.
- selectUserReactionToMessage(String,String,String) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects the reaction of given type to the message if exists.
- selectUsers(List) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
- selectUsers(List) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
- sendAction(SendActionRequest) - function in io.getstream.chat.android.client.ChatClient
- sendAction(SendActionRequest) - function in io.getstream.chat.android.client.channel.ChannelClient
- SendActionRequest - class in io.getstream.chat.android.client.api.models
- sendEvent(String,String,String,Map) - function in io.getstream.chat.android.client.ChatClient
- Sends an event to all users watching the channel.
- sendEvent(String,Map) - function in io.getstream.chat.android.client.channel.ChannelClient
- Sends an event to all users watching the channel.
- sendFile(String,String,File,ProgressCallback) - function in io.getstream.chat.android.client.ChatClient
- Uploads a file for the given channel.
- sendFile(String,String,File) - function in io.getstream.chat.android.client.ChatClient
- Uploads a file for the given channel.
- sendFile(File,ProgressCallback) - function in io.getstream.chat.android.client.channel.ChannelClient
- Uploads a file for the given channel.
- sendFile(File) - function in io.getstream.chat.android.client.channel.ChannelClient
- Uploads a file for the given channel.
- sendFile(String,String,String,File) - function in io.getstream.chat.android.client.uploader.FileUploader
- Uploads a file for the given channel.
- sendFile(String,String,String,File,ProgressCallback) - function in io.getstream.chat.android.client.uploader.FileUploader
- Uploads a file for the given channel.
- sendGiphy(Message) - function in io.getstream.chat.android.client.ChatClient
- Sends selected giphy message to the channel specified by Message.cid.
- SendGiphyListener - class in io.getstream.chat.android.client.plugin.listeners
- Listener for io.getstream.chat.android.client.ChatClient.sendGiphy calls.
- sendImage(String,String,File,ProgressCallback) - function in io.getstream.chat.android.client.ChatClient
- Uploads an image for the given channel.
- sendImage(String,String,File) - function in io.getstream.chat.android.client.ChatClient
- Uploads an image for the given channel.
- sendImage(File,ProgressCallback) - function in io.getstream.chat.android.client.channel.ChannelClient
- Uploads an image for the given channel.
- sendImage(File) - function in io.getstream.chat.android.client.channel.ChannelClient
- Uploads an image for the given channel.
- sendImage(String,String,String,File) - function in io.getstream.chat.android.client.uploader.FileUploader
- Uploads an image for the given channel.
- sendImage(String,String,String,File,ProgressCallback) - function in io.getstream.chat.android.client.uploader.FileUploader
- Uploads an image for the given channel.
- sendMessage(String,String,Message,Boolean) - function in io.getstream.chat.android.client.ChatClient
- Sends the message to the given channel.
- sendMessage(String,String,Message) - function in io.getstream.chat.android.client.ChatClient
- Sends the message to the given channel.
- sendMessage(Message,Boolean) - function in io.getstream.chat.android.client.channel.ChannelClient
- Sends the message to the given channel with side effects if there is any plugin added in the client.
- sendMessage(Message) - function in io.getstream.chat.android.client.channel.ChannelClient
- Sends the message to the given channel with side effects if there is any plugin added in the client.
- SendMessageDebugger - class in io.getstream.chat.android.client.debugger
- Debugs the sending message flow.
- SendMessageInterceptor - class in io.getstream.chat.android.client.interceptor
- Intercepts the outgoing requests and potentially modifies the Message being sent to the API.
- SendMessageListener - class in io.getstream.chat.android.client.plugin.listeners
- Listener for ChatClient.sendMessage requests.
- sendReaction(Reaction,Boolean,String) - function in io.getstream.chat.android.client.ChatClient
- Sends the reaction.
- sendReaction(Reaction,Boolean) - function in io.getstream.chat.android.client.ChatClient
- Sends the reaction.
- sendReaction(Reaction,Boolean) - function in io.getstream.chat.android.client.channel.ChannelClient
- Sends the reaction.
- SendReactionErrorHandler - class in io.getstream.chat.android.client.errorhandler
- Error handler for io.getstream.chat.android.client.ChatClient.sendReaction calls.
- SendReactionListener - class in io.getstream.chat.android.client.plugin.listeners
- Listener for io.getstream.chat.android.client.ChatClient.sendReaction calls.
- serializeNulls() - function in com.squareup.moshi.JsonAdapter
- setAllowEnterTransitionOverlap(Boolean) - function in androidx.fragment.app.Fragment
- setAllowReturnTransitionOverlap(Boolean) - function in androidx.fragment.app.Fragment
- setAnonymous(Boolean) - function in io.getstream.chat.android.client.api.ChatClientConfig
- setArguments(Bundle) - function in androidx.fragment.app.Fragment
- setAssetUrl(String) - function in io.getstream.chat.android.client.models.Attachment
- setAttachments(List) - function in io.getstream.chat.android.client.models.Message
- The list of message attachments
- setAuthorLink(String) - function in io.getstream.chat.android.client.models.Attachment
- setAuthorName(String) - function in io.getstream.chat.android.client.models.Attachment
- setBanned(Boolean) - function in io.getstream.chat.android.client.models.Member
- If channel member is banned.
- setBanned(Boolean) - function in io.getstream.chat.android.client.models.User
- setCancelable(Boolean) - function in androidx.fragment.app.DialogFragment
- setCdnHttpUrl(String) - function in io.getstream.chat.android.client.api.ChatClientConfig
- setChannelDeletedAt(String,Date) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Sets the Channel.deleteAt for a channel.
- setChannelDeletedAt(String,Date) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Sets the Channel.deleteAt for a channel.
- setChannelInfo(ChannelInfo) - function in io.getstream.chat.android.client.models.Message
- setChannelLimit(Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setChannelOffset(Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setChannelRole(String) - function in io.getstream.chat.android.client.models.Member
- The user's channel-level role.
- setCid(String) - function in io.getstream.chat.android.client.models.Channel
- setCid(String) - function in io.getstream.chat.android.client.models.Message
- Channel unique identifier in <type>:<id> format
- setCids(Set) - function in io.getstream.chat.android.client.query.QueryChannelsSpec
- setCommand(String) - function in io.getstream.chat.android.client.models.Message
- Contains provided slash command
- setConfig(Config) - function in io.getstream.chat.android.client.models.Channel
- setConnectionState(ConnectionState) - function in io.getstream.chat.android.client.setup.state.ClientMutableState
- Sets the ConnectionState
- setCreatedAt(Date) - function in io.getstream.chat.android.client.models.Channel
- setCreatedAt(Date) - function in io.getstream.chat.android.client.models.Member
- When the user became a member.
- setCreatedAt(Date) - function in io.getstream.chat.android.client.models.Message
- When the message was created
- setCreatedAt(Date) - function in io.getstream.chat.android.client.models.Mute
- setCreatedAt(Date) - function in io.getstream.chat.android.client.models.Reaction
- setCreatedAt(Date) - function in io.getstream.chat.android.client.models.User
- setCreatedBy(User) - function in io.getstream.chat.android.client.models.Channel
- setCreatedLocallyAt(Date) - function in io.getstream.chat.android.client.models.Message
- When the message was created locally
- setDeletedAt(Date) - function in io.getstream.chat.android.client.models.Channel
- setDeletedAt(Date) - function in io.getstream.chat.android.client.models.Message
- When the message was deleted
- setDeletedAt(Date) - function in io.getstream.chat.android.client.models.Reaction
- setDeletedReplyCount(Integer) - function in io.getstream.chat.android.client.models.Message
- The number of deleted replies to this message
- setDevice(Device) - function in io.getstream.chat.android.client.ChatClient.Companion
- Sets device.
- setDevice(Device) - function in io.getstream.chat.android.client.notifications.ChatNotifications
- setDevices(List) - function in io.getstream.chat.android.client.models.User
- setDistinctApiCalls(Boolean) - function in io.getstream.chat.android.client.api.ChatClientConfig
- setEnforceUnique(Boolean) - function in io.getstream.chat.android.client.models.Reaction
- setEnterSharedElementCallback(SharedElementCallback) - function in androidx.fragment.app.Fragment
- setEnterTransition(Object) - function in androidx.fragment.app.Fragment
- setExitSharedElementCallback(SharedElementCallback) - function in androidx.fragment.app.Fragment
- setExitTransition(Object) - function in androidx.fragment.app.Fragment
- setExtraData(Map) - function in io.getstream.chat.android.client.models.Attachment
- setExtraData(Map) - function in io.getstream.chat.android.client.models.Channel
- setExtraData(Map) - function in io.getstream.chat.android.client.models.CustomObject
- setExtraData(Map) - function in io.getstream.chat.android.client.models.Message
- All the custom data provided for this message
- setExtraData(Map) - function in io.getstream.chat.android.client.models.Reaction
- setExtraData(Map) - function in io.getstream.chat.android.client.models.User
- setFallback(String) - function in io.getstream.chat.android.client.models.Attachment
- setFileSize(Integer) - function in io.getstream.chat.android.client.models.Attachment
- setFilter(FilterObject) - function in io.getstream.chat.android.client.api.models.QueryUsersRequest
- setFrozen(Boolean) - function in io.getstream.chat.android.client.models.Channel
- setHasOptionsMenu(Boolean) - function in androidx.fragment.app.Fragment
- setHidden(Boolean) - function in io.getstream.chat.android.client.models.Channel
- setHiddenForChannel(String,Boolean) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Sets the Channel.hidden for a channel.
- setHiddenForChannel(String,Boolean) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Sets the Channel.hidden for a channel.
- setHiddenForChannel(String,Boolean,Date) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Sets the Channel.hidden for a channel.
- setHiddenForChannel(String,Boolean,Date) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Sets the Channel.hidden for a channel.
- setHiddenMessagesBefore(Date) - function in io.getstream.chat.android.client.models.Channel
- setHttpUrl(String) - function in io.getstream.chat.android.client.api.ChatClientConfig
- setId(String) - function in io.getstream.chat.android.client.models.Channel
- setId(String) - function in io.getstream.chat.android.client.models.Message
- The unique string identifier of the message.
- setId(String) - function in io.getstream.chat.android.client.models.User
- setImage(String) - function in io.getstream.chat.android.client.models.Attachment
- setImage(String) - function in io.getstream.chat.android.client.models.Channel
- setImage(String) - function in io.getstream.chat.android.client.models.User
- setImageUrl(String) - function in io.getstream.chat.android.client.models.Attachment
- setInitializionState(InitializationState) - function in io.getstream.chat.android.client.setup.state.ClientMutableState
- Sets initialized
- setInitialSavedState(Fragment.SavedState) - function in androidx.fragment.app.Fragment
- setInvisible(Boolean) - function in io.getstream.chat.android.client.models.User
- setInviteAcceptedAt(Date) - function in io.getstream.chat.android.client.models.Member
- The date the invite was accepted.
- setInvited(Boolean) - function in io.getstream.chat.android.client.models.Member
- If the user is invited.
- setInviteRejectedAt(Date) - function in io.getstream.chat.android.client.models.Member
- The date the invite was rejected.
- setLastActive(Date) - function in io.getstream.chat.android.client.models.User
- setLastMessageAt(Date) - function in io.getstream.chat.android.client.models.Channel
- setLastMessageSeenDate(Date) - function in io.getstream.chat.android.client.models.ChannelUserRead
- The time of the last message that the SDK is aware of.
- setLastRead(Date) - function in io.getstream.chat.android.client.models.ChannelUserRead
- The time of the last read message.
- setLatestReactions(List) - function in io.getstream.chat.android.client.models.Message
- List of the latest reactions to this message
- setLimit(Integer) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
- Number of channels to be returned by this query channels request.
- setMemberCount(Integer) - function in io.getstream.chat.android.client.models.Channel
- setMemberLimit(Integer) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
- Number of members in the response.
- setMemberLimit(Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setMemberOffset(Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setMembers(List) - function in io.getstream.chat.android.client.models.Channel
- setMembership(Member) - function in io.getstream.chat.android.client.models.Channel
- setMentionedUsers(List) - function in io.getstream.chat.android.client.models.Message
- The list of user mentioned in the message
- setMentionedUsersIds(List) - function in io.getstream.chat.android.client.models.Message
- The list of user mentioned in the message
- setMenuVisibility(Boolean) - function in androidx.fragment.app.Fragment
- setMessageFilterDirection(Pagination) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setMessageFilterValue(String) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setMessageId(String) - function in io.getstream.chat.android.client.models.Reaction
- setMessageLimit(Integer) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
- Number of messages in the response.
- setMessageLimit(Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setMessages(List) - function in io.getstream.chat.android.client.models.Channel
- setMimeType(String) - function in io.getstream.chat.android.client.models.Attachment
- setMutes(List) - function in io.getstream.chat.android.client.models.User
- setName(String) - function in io.getstream.chat.android.client.models.Attachment
- setName(String) - function in io.getstream.chat.android.client.models.Channel
- setName(String) - function in io.getstream.chat.android.client.models.User
- setOFFLINE_SUPPORT_ENABLED(Boolean) - function in io.getstream.chat.android.client.ChatClient.Companion
- Flag used to track whether offline support is enabled.
- setOffset(Integer) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
- Pagination offset.
- setOgUrl(String) - function in io.getstream.chat.android.client.models.Attachment
- setOnline(Boolean) - function in io.getstream.chat.android.client.models.User
- setOriginalHeight(Integer) - function in io.getstream.chat.android.client.models.Attachment
- setOriginalWidth(Integer) - function in io.getstream.chat.android.client.models.Attachment
- setOwnCapabilities(Set) - function in io.getstream.chat.android.client.models.Channel
- setOwnReactions(List) - function in io.getstream.chat.android.client.models.Message
- List of reactions of authenticated user to this message
- setParentId(String) - function in io.getstream.chat.android.client.models.Message
- The ID of the parent message, if the message is a thread reply
- setPinExpires(Date) - function in io.getstream.chat.android.client.models.Message
- Date when pinned message expires
- setPinned(Boolean) - function in io.getstream.chat.android.client.models.Message
- Whether message is pinned or not
- setPinnedAt(Date) - function in io.getstream.chat.android.client.models.Message
- Date when the message got pinned
- setPinnedBy(User) - function in io.getstream.chat.android.client.models.Message
- Contains user who pinned the message
- setPinnedMessages(List) - function in io.getstream.chat.android.client.models.Channel
- setPresence(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setPresence(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setPresence(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
- setPresence(Boolean) - function in io.getstream.chat.android.client.api.models.QueryUsersRequest
- setPushNotificationReceivedListener(PushNotificationReceivedListener) - function in io.getstream.chat.android.client.ChatClient
- setQuerySort(QuerySorter) - function in io.getstream.chat.android.client.api.models.QueryUsersRequest
- setReactionCounts(Map) - function in io.getstream.chat.android.client.models.Message
- A mapping between reaction type and the count, ie like:10, heart:4
- setReactionScores(Map) - function in io.getstream.chat.android.client.models.Message
- A mapping between reaction type and the reaction score, ie like:10, heart:4
- setRead(List) - function in io.getstream.chat.android.client.models.Channel
- setReenterTransition(Object) - function in androidx.fragment.app.Fragment
- setReplyCount(Integer) - function in io.getstream.chat.android.client.models.Message
- The number of replies to this message
- setReplyMessageId(String) - function in io.getstream.chat.android.client.models.Message
- The ID of the quoted message, if the message is a quoted reply.
- setReplyTo(Message) - function in io.getstream.chat.android.client.models.Message
- Contains quoted message
- setRetainInstance(Boolean) - function in androidx.fragment.app.Fragment
- setReturnTransition(Object) - function in androidx.fragment.app.Fragment
- setRole(String) - function in io.getstream.chat.android.client.models.User
- setScore(Integer) - function in io.getstream.chat.android.client.models.Reaction
- setShadowBanned(Boolean) - function in io.getstream.chat.android.client.models.Member
- If channel member is shadow banned.
- setShadowed(Boolean) - function in io.getstream.chat.android.client.models.Message
- If the message was sent by shadow banned user
- setSharedElementEnterTransition(Object) - function in androidx.fragment.app.Fragment
- setSharedElementReturnTransition(Object) - function in androidx.fragment.app.Fragment
- setShouldRefresh(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setShouldRefresh(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setShowInChannel(Boolean) - function in io.getstream.chat.android.client.models.Message
- Whether thread reply should be shown in the channel as well
- setShowsDialog(Boolean) - function in androidx.fragment.app.DialogFragment
- setSilent(Boolean) - function in io.getstream.chat.android.client.models.Message
- Whether message is silent or not
- setSkipEnrichUrl(Boolean) - function in io.getstream.chat.android.client.models.Message
- If the message should skip enriching the URL.
- setSkipPushNotification(Boolean) - function in io.getstream.chat.android.client.models.Message
- If the message should skip triggering a push notification when sent.
- setSort(QuerySorter) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setStackTrace(Array) - function in kotlin.Throwable
- setState(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setState(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setState(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
- setStyle(Integer,Integer) - function in androidx.fragment.app.DialogFragment
- setSyncDescription(MessageSyncDescription) - function in io.getstream.chat.android.client.models.Message
- Contains details related to syncStatus.
- setSyncStatus(SyncStatus) - function in io.getstream.chat.android.client.models.Channel
- setSyncStatus(SyncStatus) - function in io.getstream.chat.android.client.models.Message
- If the message has been synced to the servers, default is synced
- setSyncStatus(SyncStatus) - function in io.getstream.chat.android.client.models.Reaction
- setTarget(User) - function in io.getstream.chat.android.client.models.Mute
- setTargetFragment(Fragment,Integer) - function in androidx.fragment.app.Fragment
- setText(String) - function in io.getstream.chat.android.client.models.Attachment
- setText(String) - function in io.getstream.chat.android.client.models.Message
- The text of this message
- setThreadParticipants(List) - function in io.getstream.chat.android.client.models.Message
- The list of users who participate in thread
- setThumbUrl(String) - function in io.getstream.chat.android.client.models.Attachment
- setTitle(String) - function in io.getstream.chat.android.client.models.Attachment
- setTitleLink(String) - function in io.getstream.chat.android.client.models.Attachment
- setToggle(String,Boolean) - function in io.getstream.chat.android.client.utils.internal.toggle.ToggleService
- setTogglesChangesCommittedListener(Function1) - function in io.getstream.chat.android.client.utils.internal.toggle.dialog.ToggleDialogFragment
- setTotalUnreadCount(Integer) - function in io.getstream.chat.android.client.models.User
- setType(String) - function in io.getstream.chat.android.client.models.Attachment
- setType(String) - function in io.getstream.chat.android.client.models.Channel
- setType(String) - function in io.getstream.chat.android.client.models.Message
- Contains type of the message.
- setType(String) - function in io.getstream.chat.android.client.models.Reaction
- setUnreadChannels(Integer) - function in io.getstream.chat.android.client.models.User
- setUnreadCount(Integer) - function in io.getstream.chat.android.client.models.Channel
- setUnreadMessages(Integer) - function in io.getstream.chat.android.client.models.ChannelUserRead
- How many messages are unread.
- setUpdatedAt(Date) - function in io.getstream.chat.android.client.models.Channel
- setUpdatedAt(Date) - function in io.getstream.chat.android.client.models.ChannelMute
- setUpdatedAt(Date) - function in io.getstream.chat.android.client.models.Member
- When the membership data was last updated.
- setUpdatedAt(Date) - function in io.getstream.chat.android.client.models.Message
- When the message was updated
- setUpdatedAt(Date) - function in io.getstream.chat.android.client.models.Mute
- setUpdatedAt(Date) - function in io.getstream.chat.android.client.models.Reaction
- setUpdatedAt(Date) - function in io.getstream.chat.android.client.models.User
- setUpdatedLocallyAt(Date) - function in io.getstream.chat.android.client.models.Message
- When the message was updated locally
- setupDialog(Dialog,Integer) - function in androidx.fragment.app.DialogFragment
- setUpload(File) - function in io.getstream.chat.android.client.models.Attachment
- The local file to upload when the attachment is sent.
- setUploadId(String) - function in io.getstream.chat.android.client.extensions.AttachmentExtensionsKt
- setUploadState(Attachment.UploadState) - function in io.getstream.chat.android.client.models.Attachment
- setUrl(String) - function in io.getstream.chat.android.client.models.Attachment
- setUser(User) - function in io.getstream.chat.android.client.models.ChannelUserRead
- The user which has read some of the messages and may have some unread messages.
- setUser(User) - function in io.getstream.chat.android.client.models.Member
- The user who is a member of the channel.
- setUser(User) - function in io.getstream.chat.android.client.models.Message
- The user who sent the message
- setUser(User) - function in io.getstream.chat.android.client.models.Mute
- setUser(User) - function in io.getstream.chat.android.client.models.Reaction
- setUser(User) - function in io.getstream.chat.android.client.models.UserEntity
- setUser(User) - function in io.getstream.chat.android.client.setup.state.ClientMutableState
- Sets the User
- setUserId(String) - function in io.getstream.chat.android.client.models.Reaction
- setUserVisibleHint(Boolean) - function in androidx.fragment.app.Fragment
- setUserWithoutConnectingIfNeeded() - function in io.getstream.chat.android.client.ChatClient
- Initializes ChatClient with stored user data.
- setVERSION_PREFIX_HEADER(VersionPrefixHeader) - function in io.getstream.chat.android.client.ChatClient.Companion
- Header used to track which SDK is being used.
- setWatch(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setWatch(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setWatch(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
- setWatcherCount(Integer) - function in io.getstream.chat.android.client.models.Channel
- setWatcherLimit(Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setWatcherOffset(Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setWatchers(List) - function in io.getstream.chat.android.client.models.Channel
- setWssUrl(String) - function in io.getstream.chat.android.client.api.ChatClientConfig
- shadowBanUser(String,String,String,String,Integer) - function in io.getstream.chat.android.client.ChatClient
- shadowBanUser(String,String,Integer) - function in io.getstream.chat.android.client.channel.ChannelClient
- SharedPreferencesKt - class in io.getstream.chat.android.client.extensions
- shouldIncrementUnreadCount(Message,String,Date,Boolean) - function in io.getstream.chat.android.client.extensions.internal.MessageKt
- Function that parses if the unread count should be increased or not.
- shouldRetry(Integer,ChatError) - function in io.getstream.chat.android.client.utils.retry.RetryPolicy
- Determines whether the call should be retried.
- shouldShowRequestPermissionRationale(String) - function in androidx.fragment.app.Fragment
- show(FragmentManager,String) - function in androidx.fragment.app.DialogFragment
- show(FragmentTransaction,String) - function in androidx.fragment.app.DialogFragment
- show() - function in io.getstream.chat.android.client.channel.ChannelClient
- showChannel(String,String) - function in io.getstream.chat.android.client.ChatClient
- showNotification(Channel,Message) - function in io.getstream.chat.android.client.notifications.handler.NotificationHandler
- Show a notification for the given channel and message
- showNow(FragmentManager,String) - function in androidx.fragment.app.DialogFragment
- shuffleGiphy(Message) - function in io.getstream.chat.android.client.ChatClient
- Performs Giphy shuffle operation in the channel specified by Message.cid.
- ShuffleGiphyListener - class in io.getstream.chat.android.client.plugin.listeners
- Listener for io.getstream.chat.android.client.ChatClient.shuffleGiphy calls.
- snakeToLowerCamelCase(String) - function in io.getstream.chat.android.client.extensions.StringExtensionsKt
- Converts string written in snake case to String in camel case with the first symbol in lower case.
- SOCKET_CLOSED - enum entry in io.getstream.chat.android.client.errors.ChatErrorCode
- SOCKET_FAILURE - enum entry in io.getstream.chat.android.client.errors.ChatErrorCode
- SocketListener - class in io.getstream.chat.android.client.socket
- Listener which is invoked for WebSocket events.
- SortAttribute - class in io.getstream.chat.android.client.api.models.querysort.internal
- Inner representation of sorting feature specification.
- SortAttribute.FieldNameSortAttribute - class in io.getstream.chat.android.client.api.models.querysort.internal.SortAttribute
- Referenced by name attribute.
- SortAttribute.FieldSortAttribute - class in io.getstream.chat.android.client.api.models.querysort.internal.SortAttribute
- KProperty referenced attribute.
- SortDirection - class in io.getstream.chat.android.client.api.models.querysort
- Sort order which can be ascending or descending.
- startActivity(Intent) - function in androidx.fragment.app.Fragment
- startActivity(Intent,Bundle) - function in androidx.fragment.app.Fragment
- startActivityForResult(Intent,Integer) - function in androidx.fragment.app.Fragment
- startActivityForResult(Intent,Integer,Bundle) - function in androidx.fragment.app.Fragment
- startIntentSenderForResult(IntentSender,Integer,Intent,Integer,Integer,Integer,Bundle) - function in androidx.fragment.app.Fragment
- startPostponedEnterTransition() - function in androidx.fragment.app.Fragment
- startTask(String) - function in io.getstream.chat.android.client.utils.PerformanceUtils
- stopTask(String) - function in io.getstream.chat.android.client.utils.PerformanceUtils
- stopTyping(String,String,String) - function in io.getstream.chat.android.client.ChatClient
- Sends a EventType.TYPING_STOP event to the backend.
- stopTyping(String) - function in io.getstream.chat.android.client.channel.ChannelClient
- Sends a stop typing event EventType.TYPING_STOP in this channel to the server.
- stopTyping() - function in io.getstream.chat.android.client.channel.ChannelClient
- Sends a stop typing event EventType.TYPING_STOP in this channel to the server.
- stopWatching(String,String) - function in io.getstream.chat.android.client.ChatClient
- Stops watching the channel which means you won't receive more events for the channel.
- stopWatching() - function in io.getstream.chat.android.client.channel.ChannelClient
- storeStateForChannels(Collection,List,Collection,List,Boolean) - function in io.getstream.chat.android.client.persistance.repository.RepositoryFacade
- StreamCdnImageMimeTypes - class in io.getstream.chat.android.client.uploader
- StreamCodeException - class in io.getstream.chat.android.client.errors.cause
- Exceptions hierarchy based on backed error codes.
- StreamDateFormatter - class in io.getstream.chat.android.client.parser2.adapters.internal
- This class handles parse and format date in the standard way of Stream.
- StreamException - class in io.getstream.chat.android.client.errors.cause
- Stream root exception.
- StreamPayloadParser - class in io.getstream.chat.android.client.notifications.parser
- Helper class for parsing the payload of a push message.
- StreamSdkException - class in io.getstream.chat.android.client.errors.cause
- Exceptions hierarchy for SDK internal usage only.
- StringExtensionsKt - class in io.getstream.chat.android.client.extensions
- stringify(ChatError) - function in io.getstream.chat.android.client.utils.ResultUtilsKt
- Converts ChatError into human-readable string.
- stringify(Result,Function1) - function in io.getstream.chat.android.client.utils.ResultUtilsKt
- Converts Result into human-readable string.
- subscribe(ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
- subscribe(ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
- subscribeFor(LifecycleOwner,Class,ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
- Subscribes to the specific eventTypes of the client, in the lifecycle of lifecycleOwner.
- subscribeFor(LifecycleOwner,String,ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
- Subscribes to the specific eventTypes of the client, in the lifecycle of lifecycleOwner.
- subscribeFor(Class,ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
- Subscribes to the specific eventTypes of the client.
- subscribeFor(String,ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
- Subscribes to the specific eventTypes of the client.
- subscribeFor(ChatClient,LifecycleOwner,ChatEventListener) - function in io.getstream.chat.android.client.ClientExtensionsKt
- Subscribes to client events of type T, in the lifecycle of lifecycleOwner.
- subscribeFor(ChatClient,LifecycleOwner,KClass,ChatEventListener) - function in io.getstream.chat.android.client.ClientExtensionsKt
- Subscribes to the specific eventTypes of the client, in the lifecycle of lifecycleOwner.
- subscribeFor(ChatClient,ChatEventListener) - function in io.getstream.chat.android.client.ClientExtensionsKt
- Subscribes to client events of type T.
- subscribeFor(ChatClient,KClass,ChatEventListener) - function in io.getstream.chat.android.client.ClientExtensionsKt
- Subscribes to the specific eventTypes of the client.
- subscribeFor(LifecycleOwner,Class,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
- subscribeFor(LifecycleOwner,String,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
- subscribeFor(Class,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
- subscribeFor(String,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
- subscribeFor(ChannelClient,LifecycleOwner,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClientExtensionsKt
- Subscribes to events of type T in the channel, in the lifecycle of lifecycleOwner.
- subscribeFor(ChannelClient,LifecycleOwner,KClass,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClientExtensionsKt
- Subscribes to the specific eventTypes of the channel, in the lifecycle of lifecycleOwner.
- subscribeFor(ChannelClient,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClientExtensionsKt
- Subscribes to events of type T in the channel.
- subscribeFor(ChannelClient,KClass,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClientExtensionsKt
- Subscribes to the specific eventTypes of the channel.
- subscribeForSingle(Class,ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
- Subscribes for the next event with the given eventType.
- subscribeForSingle(String,ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
- Subscribes for the next event with the given eventType.
- subscribeForSingle(ChatClient,ChatEventListener) - function in io.getstream.chat.android.client.ClientExtensionsKt
- Subscribes for the next client event of type T.
- subscribeForSingle(Class,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
- subscribeForSingle(String,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
- subscribeForSingle(ChannelClient,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClientExtensionsKt
- Subscribes for the next channel event of type T.
- suspendTask(String,SuspendFunction0) - function in io.getstream.chat.android.client.utils.PerformanceUtils
- switchUser(User,TokenProvider,Long,Function0) - function in io.getstream.chat.android.client.ChatClient
- Changes the user.
- switchUser(User,TokenProvider,Long) - function in io.getstream.chat.android.client.ChatClient
- Changes the user.
- switchUser(User,TokenProvider) - function in io.getstream.chat.android.client.ChatClient
- Changes the user.
- switchUser(User,String,Long,Function0) - function in io.getstream.chat.android.client.ChatClient
- Changes the user.
- switchUser(User,String,Long) - function in io.getstream.chat.android.client.ChatClient
- Changes the user.
- switchUser(User,String) - function in io.getstream.chat.android.client.ChatClient
- Changes the user.
- SYNC_NEEDED - enum entry in io.getstream.chat.android.client.utils.SyncStatus
When the entity is new or changed.
- SyncState - class in io.getstream.chat.android.client.sync
- SyncStateRepository - class in io.getstream.chat.android.client.persistance.repository
- Repository to read and write data about the sync state of the SDK.
- SyncStatus - class in io.getstream.chat.android.client.utils
- If the message has been sent to the servers.
- SyncStatus.Companion - class in io.getstream.chat.android.client.utils.SyncStatus