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,QuerySort) - 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.
selectAllUsers(Integer,Integer) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
Select all users respecting a limit and a offset.
selectBy(FilterObject,QuerySort) - 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
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.
selectChannels(List,Boolean) - 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.
selectChannelWithoutMessages(String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
Select a channels, but without loading the messages.
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.
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
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.
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.
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
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.
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.
selectUsers(List) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
 
selectUsersLikeName(String,Integer,Integer) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
Selects users with a name that looks like the of wanted.
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,String,File,ProgressCallback) - function in io.getstream.chat.android.client.uploader.FileUploader
Uploads a file for the given channel.
sendFile(String,String,String,String,File) - 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,String,File,ProgressCallback) - function in io.getstream.chat.android.client.uploader.FileUploader
Uploads an image for the given channel.
sendImage(String,String,String,String,File) - 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.
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.DateAdapter
 
setAllowEnterTransitionOverlap(Boolean) - function in androidx.fragment.app.ToggleDialogFragment
 
setAllowReturnTransitionOverlap(Boolean) - function in androidx.fragment.app.ToggleDialogFragment
 
setAnimatingAway(View) - function in androidx.fragment.app.ToggleDialogFragment
 
setAnimations(Integer,Integer,Integer,Integer) - function in androidx.fragment.app.ToggleDialogFragment
 
setAnimator(Animator) - function in androidx.fragment.app.ToggleDialogFragment
 
setArguments(Bundle) - function in androidx.fragment.app.ToggleDialogFragment
 
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.ToggleDialogFragment
 
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.
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
 
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
 
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
 
setDuration(String) - function in io.getstream.chat.android.client.socket.ErrorResponse
 
setEnforceUnique(Boolean) - function in io.getstream.chat.android.client.models.Reaction
 
setEnterSharedElementCallback(SharedElementCallback) - function in androidx.fragment.app.ToggleDialogFragment
 
setEnterTransition(Object) - function in androidx.fragment.app.ToggleDialogFragment
 
setExitSharedElementCallback(SharedElementCallback) - function in androidx.fragment.app.ToggleDialogFragment
 
setExitTransition(Object) - function in androidx.fragment.app.ToggleDialogFragment
 
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
 
setFocusedView(View) - function in androidx.fragment.app.ToggleDialogFragment
 
setFrozen(Boolean) - function in io.getstream.chat.android.client.models.Channel
 
setHasOptionsMenu(Boolean) - function in androidx.fragment.app.ToggleDialogFragment
 
setHidden(Boolean) - function in io.getstream.chat.android.client.models.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) - 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
 
setHideReplaced(Boolean) - function in androidx.fragment.app.ToggleDialogFragment
 
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
 
setInitialSavedState(Fragment.SavedState) - function in androidx.fragment.app.ToggleDialogFragment
 
setInstance(ChatLogger) - function in io.getstream.chat.android.client.logger.ChatLogger.Companion
 
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.
setInviteRejectedAt(Date) - function in io.getstream.chat.android.client.models.Member
The date the invite was rejected.
setIsAnonymous(Boolean) - function in io.getstream.chat.android.client.api.ChatClientConfig
 
setIsInvited(Boolean) - function in io.getstream.chat.android.client.models.Member
If the user is invited.
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
 
setLastRead(Date) - function in io.getstream.chat.android.client.models.ChannelUserRead
 
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
 
setMemberCount(Integer) - function in io.getstream.chat.android.client.models.Channel
 
setMemberLimit(Integer) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
 
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.ToggleDialogFragment
 
setMessage(String) - function in io.getstream.chat.android.client.socket.ErrorResponse
 
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
 
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
 
setMoreInfo(String) - function in io.getstream.chat.android.client.socket.ErrorResponse
 
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
 
setNextTransition(Integer) - function in androidx.fragment.app.ToggleDialogFragment
 
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
 
setOgUrl(String) - function in io.getstream.chat.android.client.models.Attachment
 
setOnline(Boolean) - function in io.getstream.chat.android.client.models.User
 
setOnStartEnterTransitionListener(Fragment.OnStartEnterTransitionListener) - function in androidx.fragment.app.ToggleDialogFragment
 
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
 
setPopDirection(Boolean) - function in androidx.fragment.app.ToggleDialogFragment
 
setPostOnViewCreatedAlpha(Float) - function in androidx.fragment.app.ToggleDialogFragment
 
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
 
setPresence(Boolean) - function in io.getstream.chat.android.client.api.models.WatchChannelRequest
 
setPushNotificationReceivedListener(PushNotificationReceivedListener) - function in io.getstream.chat.android.client.ChatClient
 
setQuerySort(QuerySort) - 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.ToggleDialogFragment
 
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.ToggleDialogFragment
 
setReturnTransition(Object) - function in androidx.fragment.app.ToggleDialogFragment
 
setRole(String) - function in io.getstream.chat.android.client.models.Member
The user's role.
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.ToggleDialogFragment
 
setSharedElementNames(ArrayList,ArrayList) - function in androidx.fragment.app.ToggleDialogFragment
 
setSharedElementReturnTransition(Object) - function in androidx.fragment.app.ToggleDialogFragment
 
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.ToggleDialogFragment
 
setSilent(Boolean) - function in io.getstream.chat.android.client.models.Message
Whether message is silent or not
setSort(QuerySort) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
 
setState(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
 
setState(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
 
setState(Boolean) - function in io.getstream.chat.android.client.api.models.WatchChannelRequest
 
setStatusCode(Integer) - function in io.getstream.chat.android.client.socket.ErrorResponse
 
setStyle(Integer,Integer) - function in androidx.fragment.app.ToggleDialogFragment
 
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.ToggleDialogFragment
 
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
 
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.ToggleDialogFragment
 
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
 
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
 
setUserId(String) - function in io.getstream.chat.android.client.models.Reaction
 
setUserVisibleHint(Boolean) - function in androidx.fragment.app.ToggleDialogFragment
 
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.QueryChannelsRequest
 
setWatch(Boolean) - function in io.getstream.chat.android.client.api.models.WatchChannelRequest
 
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
 
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.ToggleDialogFragment
 
show() - function in io.getstream.chat.android.client.channel.ChannelClient
 
show(FragmentManager,String) - function in androidx.fragment.app.ToggleDialogFragment
 
show(FragmentTransaction,String) - function in androidx.fragment.app.ToggleDialogFragment
 
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.ToggleDialogFragment
 
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
 
SocketErrorMessage - class in io.getstream.chat.android.client.socket
 
SocketListener - class in io.getstream.chat.android.client.socket
 
startActivity(Intent) - function in androidx.fragment.app.ToggleDialogFragment
 
startActivity(Intent,Bundle) - function in androidx.fragment.app.ToggleDialogFragment
 
startActivityForResult(Intent,Integer) - function in androidx.fragment.app.ToggleDialogFragment
 
startActivityForResult(Intent,Integer,Bundle) - function in androidx.fragment.app.ToggleDialogFragment
 
startIntentSenderForResult(IntentSender,Integer,Intent,Integer,Integer,Integer,Bundle) - function in androidx.fragment.app.ToggleDialogFragment
 
startPostponedEnterTransition() - function in androidx.fragment.app.ToggleDialogFragment
 
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
 
stopWatching() - function in io.getstream.chat.android.client.channel.ChannelClient
 
StreamCdnImageMimeTypes - class in io.getstream.chat.android.client.uploader
 
StringExtensionsKt - class in io.getstream.chat.android.client.extensions
 
subscribe(ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
 
subscribe(ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
 
subscribeFor(String,ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
Subscribes to the specific eventTypes of the client.
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(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(ChatClient,ChatEventListener) - function in io.getstream.chat.android.client.ClientExtensionsKt
Subscribes to client events of type T.
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,KClass,ChatEventListener) - function in io.getstream.chat.android.client.ClientExtensionsKt
Subscribes to the specific eventTypes of the client.
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(String,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(LifecycleOwner,Class,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
 
subscribeFor(ChannelClient,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClientExtensionsKt
Subscribes to events of type T in the channel.
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,KClass,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClientExtensionsKt
Subscribes to the specific eventTypes of the channel.
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.
subscribeForSingle(String,ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
Subscribes for the next event with the given eventType.
subscribeForSingle(Class,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(String,ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
 
subscribeForSingle(Class,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
 
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
 
SystemTimeProvider - class in io.getstream.chat.android.client.utils
 
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W  X