A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
S
- searchMessages(io.getstream.chat.android.models.FilterObject,io.getstream.chat.android.models.FilterObject,java.lang.Integer,java.lang.Integer,java.lang.String,io.getstream.chat.android.models.querysort.QuerySorter) - function in io.getstream.chat.android.client.ChatClient
- Search messages across channels.
- SearchMessagesRequest - class in io.getstream.chat.android.client.api.models
- seekTo(java.lang.Integer,java.lang.Integer) - function in io.getstream.chat.android.client.audio.AudioPlayer
- Seeks the audio track of the audio hash to the milli second position.
- 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.
- selectAllUsers(java.lang.Integer,java.lang.Integer) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
- Select all users respecting a limit and a offset.
- selectAllUsers(java.lang.Integer,java.lang.Integer) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
- Select all users respecting a limit and a offset.
- selectBy(io.getstream.chat.android.models.FilterObject,io.getstream.chat.android.models.querysort.QuerySorter) - function in io.getstream.chat.android.client.persistance.repository.QueryChannelsRepository
- Selects by a filter and query sort.
- selectBy(io.getstream.chat.android.models.FilterObject,io.getstream.chat.android.models.querysort.QuerySorter) - function in io.getstream.chat.android.client.persistance.repository.QueryChannelsRepository
- Selects by a filter and query sort.
- selectChannelByCid(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Select channel by full channel ID Channel.cid
- selectChannelByCid(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Select channel by full channel ID Channel.cid
- selectChannelCidsBySyncNeeded(java.lang.Integer) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Read which channel cids need sync.
- selectChannelCidsBySyncNeeded(java.lang.Integer) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Read which channel cids need sync.
- selectChannelConfig(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.ChannelConfigRepository
- Select the ChannelConfig for a channel type.
- selectChannelConfig(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.ChannelConfigRepository
- Select the ChannelConfig for a channel type.
- selectChannels(java.util.List) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Select channels by full channel IDs Channel.cid
- selectChannels(java.util.List) - function in io.getstream.chat.android.client.persistance.repository.RepositoryFacade
- Select channels by full channel IDs Channel.cid
- selectChannels(java.util.List,io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest) - function in io.getstream.chat.android.client.persistance.repository.RepositoryFacade
- selectChannelsSyncNeeded(java.lang.Integer) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Read which channels need sync.
- selectChannelsSyncNeeded(java.lang.Integer) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Read which channels need sync.
- selectChannelWithoutMessages(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Select a channels, but without loading the messages.
- selectChannelWithoutMessages(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Select a channels, but without loading the messages.
- selectMembersForChannel(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Reads the member list of a channel.
- selectMembersForChannel(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Reads the member list of a channel.
- selectMessage(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Reads the message with passed ID.
- selectMessage(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Reads the message with passed ID.
- selectMessageBySyncState(io.getstream.chat.android.models.SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Selects all message of a SyncStatus
- selectMessageBySyncState(io.getstream.chat.android.models.SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Selects all message of a SyncStatus
- selectMessageIdsBySyncState(io.getstream.chat.android.models.SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Selects all message ids of a SyncStatus
- selectMessageIdsBySyncState(io.getstream.chat.android.models.SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Selects all message ids of a SyncStatus
- selectMessages(java.util.List,java.lang.Boolean) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Selects messages by IDs.
- selectMessages(java.util.List,java.lang.Boolean) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Selects messages by IDs.
- selectMessagesForChannel(java.lang.String,io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Select messages for a channel in a desired page.
- selectMessagesForChannel(java.lang.String,io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Select messages for a channel in a desired page.
- selectMessagesForThread(java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Select messages for a thread in a desired page.
- selectMessagesForThread(java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Select messages for a thread in a desired page.
- selectReactionById(java.lang.Integer) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects reaction with specified id.
- selectReactionById(java.lang.Integer) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects reaction with specified id.
- selectReactionIdsBySyncStatus(io.getstream.chat.android.models.SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all reaction ids with specific SyncStatus.
- selectReactionIdsBySyncStatus(io.getstream.chat.android.models.SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all reaction ids with specific SyncStatus.
- selectReactionsByIds(java.util.List) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all reactions with specified ids
- selectReactionsByIds(java.util.List) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all reactions with specified ids
- selectReactionsBySyncStatus(io.getstream.chat.android.models.SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all reactions with specific SyncStatus
- selectReactionsBySyncStatus(io.getstream.chat.android.models.SyncStatus) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all reactions with specific SyncStatus
- selectRepliedMessage(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Selects a message based on its id, but the message must be a quoted message.
- selectRepliedMessage(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.MessageRepository
- Selects a message based on its id, but the message must be a quoted message.
- selectSyncState(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.SyncStateRepository
- Selects a sync state.
- selectSyncState(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.SyncStateRepository
- Selects a sync state.
- selectUser(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
- Selects a user by id.
- selectUser(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
- Selects a user by id.
- selectUserReactionsToMessage(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all current user reactions of a message.
- selectUserReactionsToMessage(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects all current user reactions of a message.
- selectUserReactionToMessage(java.lang.String,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects the reaction of given type to the message if exists.
- selectUserReactionToMessage(java.lang.String,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.ReactionRepository
- Selects the reaction of given type to the message if exists.
- selectUsers(java.util.List) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
- selectUsers(java.util.List) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
- selectUsersLikeName(java.lang.String,java.lang.Integer,java.lang.Integer) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
- Selects users with a name that looks like the of wanted.
- selectUsersLikeName(java.lang.String,java.lang.Integer,java.lang.Integer) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
- Selects users with a name that looks like the of wanted.
- sendAction(io.getstream.chat.android.client.api.models.SendActionRequest) - function in io.getstream.chat.android.client.ChatClient
- sendAction(io.getstream.chat.android.client.api.models.SendActionRequest) - function in io.getstream.chat.android.client.channel.ChannelClient
- SendActionRequest - class in io.getstream.chat.android.client.api.models
- SendAttachmentListener - class in io.getstream.chat.android.client.plugin.listeners
- Listener that updates the SDK accordingly with the request to send attachments to the backend.
- sendEvent(java.lang.String,java.lang.String,java.lang.String,java.util.Map) - function in io.getstream.chat.android.client.ChatClient
- Sends an event to all users watching the channel.
- sendEvent(java.lang.String,java.util.Map) - function in io.getstream.chat.android.client.channel.ChannelClient
- Sends an event to all users watching the channel.
- sendFile(java.lang.String,java.lang.String,java.io.File,io.getstream.chat.android.client.utils.ProgressCallback) - function in io.getstream.chat.android.client.ChatClient
- Uploads a file for the given channel.
- sendFile(java.lang.String,java.lang.String,java.io.File) - function in io.getstream.chat.android.client.ChatClient
- Uploads a file for the given channel.
- sendFile(java.io.File,io.getstream.chat.android.client.utils.ProgressCallback) - function in io.getstream.chat.android.client.channel.ChannelClient
- Uploads a file for the given channel.
- sendFile(java.io.File) - function in io.getstream.chat.android.client.channel.ChannelClient
- Uploads a file for the given channel.
- sendFile(java.lang.String,java.lang.String,java.lang.String,java.io.File) - function in io.getstream.chat.android.client.uploader.FileUploader
- Uploads a file for the given channel.
- sendFile(java.lang.String,java.lang.String,java.lang.String,java.io.File,io.getstream.chat.android.client.utils.ProgressCallback) - function in io.getstream.chat.android.client.uploader.FileUploader
- Uploads a file for the given channel.
- sendGiphy(io.getstream.chat.android.models.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(java.lang.String,java.lang.String,java.io.File,io.getstream.chat.android.client.utils.ProgressCallback) - function in io.getstream.chat.android.client.ChatClient
- Uploads an image for the given channel.
- sendImage(java.lang.String,java.lang.String,java.io.File) - function in io.getstream.chat.android.client.ChatClient
- Uploads an image for the given channel.
- sendImage(java.io.File,io.getstream.chat.android.client.utils.ProgressCallback) - function in io.getstream.chat.android.client.channel.ChannelClient
- Uploads an image for the given channel.
- sendImage(java.io.File) - function in io.getstream.chat.android.client.channel.ChannelClient
- Uploads an image for the given channel.
- sendImage(java.lang.String,java.lang.String,java.lang.String,java.io.File) - function in io.getstream.chat.android.client.uploader.FileUploader
- Uploads an image for the given channel.
- sendImage(java.lang.String,java.lang.String,java.lang.String,java.io.File,io.getstream.chat.android.client.utils.ProgressCallback) - function in io.getstream.chat.android.client.uploader.FileUploader
- Uploads an image for the given channel.
- sendMessage(java.lang.String,java.lang.String,io.getstream.chat.android.models.Message,java.lang.Boolean) - function in io.getstream.chat.android.client.ChatClient
- Sends the message to the given channel.
- sendMessage(io.getstream.chat.android.models.Message,java.lang.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(io.getstream.chat.android.models.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.
- SendMessageListener - class in io.getstream.chat.android.client.plugin.listeners
- Listener for ChatClient.sendMessage requests.
- sendReaction(io.getstream.chat.android.models.Reaction,java.lang.Boolean,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Sends the reaction.
- sendReaction(io.getstream.chat.android.models.Reaction,java.lang.Boolean) - function in io.getstream.chat.android.client.ChatClient
- Sends the reaction.
- sendReaction(io.getstream.chat.android.models.Reaction,java.lang.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(java.lang.Boolean) - function in androidx.fragment.app.Fragment
- setAllowReturnTransitionOverlap(java.lang.Boolean) - function in androidx.fragment.app.Fragment
- setAnonymous(java.lang.Boolean) - function in io.getstream.chat.android.client.api.ChatClientConfig
- setArguments(android.os.Bundle) - function in androidx.fragment.app.Fragment
- setCancelable(java.lang.Boolean) - function in androidx.fragment.app.DialogFragment
- setCdnHttpUrl(java.lang.String) - function in io.getstream.chat.android.client.api.ChatClientConfig
- setChannelDeletedAt(java.lang.String,java.util.Date) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Sets the Channel.deleteAt for a channel.
- setChannelDeletedAt(java.lang.String,java.util.Date) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Sets the Channel.deleteAt for a channel.
- setChannelLimit(java.lang.Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setChannelOffset(java.lang.Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setCids(java.util.Set) - function in io.getstream.chat.android.client.query.QueryChannelsSpec
- setDistinctApiCalls(java.lang.Boolean) - function in io.getstream.chat.android.client.api.ChatClientConfig
- setEnterSharedElementCallback(androidx.core.app.SharedElementCallback) - function in androidx.fragment.app.Fragment
- setEnterTransition(java.lang.Object) - function in androidx.fragment.app.Fragment
- setExitSharedElementCallback(androidx.core.app.SharedElementCallback) - function in androidx.fragment.app.Fragment
- setExitTransition(java.lang.Object) - function in androidx.fragment.app.Fragment
- setFilter(io.getstream.chat.android.models.FilterObject) - function in io.getstream.chat.android.client.api.models.QueryUsersRequest
- setHasOptionsMenu(java.lang.Boolean) - function in androidx.fragment.app.Fragment
- setHiddenForChannel(java.lang.String,java.lang.Boolean) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Sets the Channel.hidden for a channel.
- setHiddenForChannel(java.lang.String,java.lang.Boolean) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Sets the Channel.hidden for a channel.
- setHiddenForChannel(java.lang.String,java.lang.Boolean,java.util.Date) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Sets the Channel.hidden for a channel.
- setHiddenForChannel(java.lang.String,java.lang.Boolean,java.util.Date) - function in io.getstream.chat.android.client.persistance.repository.ChannelRepository
- Sets the Channel.hidden for a channel.
- setHttpUrl(java.lang.String) - function in io.getstream.chat.android.client.api.ChatClientConfig
- setInitialSavedState(androidx.fragment.app.Fragment.SavedState) - function in androidx.fragment.app.Fragment
- setLimit(java.lang.Integer) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
- Number of channels to be returned by this query channels request.
- setLogicRegistry(io.getstream.chat.android.client.channel.state.ChannelStateLogicProvider) - function in io.getstream.chat.android.client.ChatClient
- setMemberLimit(java.lang.Integer) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
- Number of members in the response.
- setMemberLimit(java.lang.Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setMemberOffset(java.lang.Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setMenuVisibility(java.lang.Boolean) - function in androidx.fragment.app.Fragment
- setMessageFilterDirection(io.getstream.chat.android.client.api.models.Pagination) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setMessageFilterValue(java.lang.String) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setMessageLimit(java.lang.Integer) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
- Number of messages in the response.
- setMessageLimit(java.lang.Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setNotificationUpdate(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setNotificationUpdate(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setOFFLINE_SUPPORT_ENABLED(java.lang.Boolean) - function in io.getstream.chat.android.client.ChatClient.Companion
- Flag used to track whether offline support is enabled.
- setOffset(java.lang.Integer) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
- Pagination offset.
- setPlugins(java.util.List) - function in io.getstream.chat.android.client.ChatClient
- The list of plugins added once user is connected.
- setPresence(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setPresence(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setPresence(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
- setPresence(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryUsersRequest
- setPushNotificationReceivedListener(io.getstream.chat.android.client.notifications.PushNotificationReceivedListener) - function in io.getstream.chat.android.client.ChatClient
- setQuerySort(io.getstream.chat.android.models.querysort.QuerySorter) - function in io.getstream.chat.android.client.api.models.QueryUsersRequest
- setReenterTransition(java.lang.Object) - function in androidx.fragment.app.Fragment
- setRetainInstance(java.lang.Boolean) - function in androidx.fragment.app.Fragment
- setReturnTransition(java.lang.Object) - function in androidx.fragment.app.Fragment
- setSampleData(kotlin.collections.ArrayList) - function in io.getstream.chat.android.client.audio.WaveformExtractor
- setSharedElementEnterTransition(java.lang.Object) - function in androidx.fragment.app.Fragment
- setSharedElementReturnTransition(java.lang.Object) - function in androidx.fragment.app.Fragment
- setShouldRefresh(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setShouldRefresh(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setShowsDialog(java.lang.Boolean) - function in androidx.fragment.app.DialogFragment
- setSort(io.getstream.chat.android.models.querysort.QuerySorter) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setStackTrace(kotlin.Array) - function in kotlin.Throwable
- setState(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setState(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setState(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
- setStyle(java.lang.Integer,java.lang.Integer) - function in androidx.fragment.app.DialogFragment
- setTargetFragment(androidx.fragment.app.Fragment,java.lang.Integer) - function in androidx.fragment.app.Fragment
- setToggle(java.lang.String,java.lang.Boolean) - function in io.getstream.chat.android.client.utils.internal.toggle.ToggleService
- setTogglesChangesCommittedListener(kotlin.jvm.functions.Function1) - function in io.getstream.chat.android.client.utils.internal.toggle.dialog.ToggleDialogFragment
- setupDialog(android.app.Dialog,java.lang.Integer) - function in androidx.fragment.app.DialogFragment
- setUserVisibleHint(java.lang.Boolean) - function in androidx.fragment.app.Fragment
- setVERSION_PREFIX_HEADER(io.getstream.chat.android.client.header.VersionPrefixHeader) - function in io.getstream.chat.android.client.ChatClient.Companion
- Header used to track which SDK is being used.
- setWatch(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setWatch(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setWatch(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
- setWatchChannel(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setWatchChannel(java.lang.Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
- setWatcherLimit(java.lang.Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setWatcherOffset(java.lang.Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
- setWssUrl(java.lang.String) - function in io.getstream.chat.android.client.api.ChatClientConfig
- shadowBanUser(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.ChatClient
- shadowBanUser(java.lang.String,java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.channel.ChannelClient
- SharedPreferencesKt - class in io.getstream.chat.android.client.extensions
- shouldIncrementUnreadCount(io.getstream.chat.android.models.Message,java.lang.String,java.util.Date,java.lang.Boolean) - function in io.getstream.chat.android.client.extensions.internal.MessageKt
- Function that parses if the unread count should be increased or not.
- shouldShowRequestPermissionRationale(java.lang.String) - function in androidx.fragment.app.Fragment
- show(androidx.fragment.app.FragmentManager,java.lang.String) - function in androidx.fragment.app.DialogFragment
- show(androidx.fragment.app.FragmentTransaction,java.lang.String) - function in androidx.fragment.app.DialogFragment
- show() - function in io.getstream.chat.android.client.channel.ChannelClient
- showChannel(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- showNotification(io.getstream.chat.android.models.Channel,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.notifications.handler.NotificationHandler
- Show a notification for the given channel and message
- showNow(androidx.fragment.app.FragmentManager,java.lang.String) - function in androidx.fragment.app.DialogFragment
- shuffleGiphy(io.getstream.chat.android.models.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(java.lang.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.
- SocketListener - class in io.getstream.chat.android.client.socket
- Listener which is invoked for WebSocket events.
- start(java.lang.String) - function in io.getstream.chat.android.client.audio.WaveformExtractor
- startActivity(android.content.Intent) - function in androidx.fragment.app.Fragment
- startActivity(android.content.Intent,android.os.Bundle) - function in androidx.fragment.app.Fragment
- startActivityForResult(android.content.Intent,java.lang.Integer) - function in androidx.fragment.app.Fragment
- startActivityForResult(android.content.Intent,java.lang.Integer,android.os.Bundle) - function in androidx.fragment.app.Fragment
- startIntentSenderForResult(android.content.IntentSender,java.lang.Integer,android.content.Intent,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.os.Bundle) - function in androidx.fragment.app.Fragment
- startPostponedEnterTransition() - function in androidx.fragment.app.Fragment
- startSeek(java.lang.Integer) - function in io.getstream.chat.android.client.audio.AudioPlayer
- Informs the player that seek has started.
- StartStopBuffer - class in io.getstream.chat.android.client.utils.buffer
- startTask(java.lang.String) - function in io.getstream.chat.android.client.utils.PerformanceUtils
- stop() - function in io.getstream.chat.android.client.audio.WaveformExtractor
- stopTask(java.lang.String) - function in io.getstream.chat.android.client.utils.PerformanceUtils
- stopTyping(java.lang.String,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Sends a EventType.TYPING_STOP event to the backend.
- stopTyping(java.lang.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(java.lang.String,java.lang.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
- storeStateForChannel(io.getstream.chat.android.models.Channel) - function in io.getstream.chat.android.client.persistance.repository.RepositoryFacade
- storeStateForChannels(java.util.Collection) - 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
- subscribe(io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
- subscribe(io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
- subscribe(kotlin.jvm.functions.Function1) - function in io.getstream.chat.android.client.utils.buffer.StartStopBuffer
- subscribeFor(androidx.lifecycle.LifecycleOwner,java.lang.Class,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
- Subscribes to the specific eventTypes of the client, in the lifecycle of lifecycleOwner.
- subscribeFor(androidx.lifecycle.LifecycleOwner,java.lang.String,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
- Subscribes to the specific eventTypes of the client, in the lifecycle of lifecycleOwner.
- subscribeFor(java.lang.Class,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
- Subscribes to the specific eventTypes of the client.
- subscribeFor(java.lang.String,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
- Subscribes to the specific eventTypes of the client.
- subscribeFor(io.getstream.chat.android.client.ChatClient,androidx.lifecycle.LifecycleOwner,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.ClientExtensionsKt
- Subscribes to client events of type T, in the lifecycle of lifecycleOwner.
- subscribeFor(io.getstream.chat.android.client.ChatClient,androidx.lifecycle.LifecycleOwner,kotlin.reflect.KClass,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.ClientExtensionsKt
- Subscribes to the specific eventTypes of the client, in the lifecycle of lifecycleOwner.
- subscribeFor(io.getstream.chat.android.client.ChatClient,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.ClientExtensionsKt
- Subscribes to client events of type T.
- subscribeFor(io.getstream.chat.android.client.ChatClient,kotlin.reflect.KClass,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.ClientExtensionsKt
- Subscribes to the specific eventTypes of the client.
- subscribeFor(androidx.lifecycle.LifecycleOwner,java.lang.Class,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
- subscribeFor(androidx.lifecycle.LifecycleOwner,java.lang.String,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
- subscribeFor(java.lang.Class,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
- subscribeFor(java.lang.String,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
- subscribeFor(io.getstream.chat.android.client.channel.ChannelClient,androidx.lifecycle.LifecycleOwner,io.getstream.chat.android.client.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(io.getstream.chat.android.client.channel.ChannelClient,androidx.lifecycle.LifecycleOwner,kotlin.reflect.KClass,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClientExtensionsKt
- Subscribes to the specific eventTypes of the channel, in the lifecycle of lifecycleOwner.
- subscribeFor(io.getstream.chat.android.client.channel.ChannelClient,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClientExtensionsKt
- Subscribes to events of type T in the channel.
- subscribeFor(io.getstream.chat.android.client.channel.ChannelClient,kotlin.reflect.KClass,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClientExtensionsKt
- Subscribes to the specific eventTypes of the channel.
- subscribeForSingle(java.lang.Class,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
- Subscribes for the next event with the given eventType.
- subscribeForSingle(java.lang.String,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.ChatClient
- Subscribes for the next event with the given eventType.
- subscribeForSingle(io.getstream.chat.android.client.ChatClient,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.ClientExtensionsKt
- Subscribes for the next client event of type T.
- subscribeForSingle(java.lang.Class,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
- subscribeForSingle(java.lang.String,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClient
- subscribeForSingle(io.getstream.chat.android.client.channel.ChannelClient,io.getstream.chat.android.client.ChatEventListener) - function in io.getstream.chat.android.client.channel.ChannelClientExtensionsKt
- Subscribes for the next channel event of type T.
- suspendTask(java.lang.String,kotlin.coroutines.SuspendFunction0) - function in io.getstream.chat.android.client.utils.PerformanceUtils
- switchUser(io.getstream.chat.android.models.User,io.getstream.chat.android.client.token.TokenProvider,java.lang.Long,kotlin.jvm.functions.Function0) - function in io.getstream.chat.android.client.ChatClient
- Changes the user.
- switchUser(io.getstream.chat.android.models.User,io.getstream.chat.android.client.token.TokenProvider,java.lang.Long) - function in io.getstream.chat.android.client.ChatClient
- Changes the user.
- switchUser(io.getstream.chat.android.models.User,io.getstream.chat.android.client.token.TokenProvider) - function in io.getstream.chat.android.client.ChatClient
- Changes the user.
- switchUser(io.getstream.chat.android.models.User,java.lang.String,java.lang.Long,kotlin.jvm.functions.Function0) - function in io.getstream.chat.android.client.ChatClient
- Changes the user.
- switchUser(io.getstream.chat.android.models.User,java.lang.String,java.lang.Long) - function in io.getstream.chat.android.client.ChatClient
- Changes the user.
- switchUser(io.getstream.chat.android.models.User,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
- Changes the user.
- 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.