A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W 

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
 
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(Integer,Integer) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
Select all users respecting a limit and a offset.
selectAllUsers(Integer,Integer) - function in io.getstream.chat.android.client.persistance.repository.UserRepository
Select all users respecting a limit and a offset.
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.
selectChannelWithoutMessages(String) - 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 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.
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
 
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.
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
 
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(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(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.
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
 
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.
setChannelLimit(Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
 
setChannelOffset(Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
 
setCids(Set) - function in io.getstream.chat.android.client.query.QueryChannelsSpec
 
setDevice(Device) - function in io.getstream.chat.android.client.ChatClient.Companion
Sets device.
setDevice(Device) - function in io.getstream.chat.android.client.notifications.ChatNotifications
 
setDistinctApiCalls(Boolean) - function in io.getstream.chat.android.client.api.ChatClientConfig
 
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
 
setFilter(FilterObject) - function in io.getstream.chat.android.client.api.models.QueryUsersRequest
 
setHasOptionsMenu(Boolean) - function in androidx.fragment.app.Fragment
 
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.
setHttpUrl(String) - function in io.getstream.chat.android.client.api.ChatClientConfig
 
setInitialSavedState(Fragment.SavedState) - function in androidx.fragment.app.Fragment
 
setLimit(Integer) - function in io.getstream.chat.android.client.api.models.QueryChannelsRequest
Number of channels to be returned by this query channels request.
setLogicRegistry(ChannelStateLogicProvider) - function in io.getstream.chat.android.client.ChatClient
 
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
 
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
 
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
 
setNotificationUpdate(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
 
setNotificationUpdate(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
 
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.
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
 
setReenterTransition(Object) - function in androidx.fragment.app.Fragment
 
setRetainInstance(Boolean) - function in androidx.fragment.app.Fragment
 
setReturnTransition(Object) - function in androidx.fragment.app.Fragment
 
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
 
setShowsDialog(Boolean) - function in androidx.fragment.app.DialogFragment
 
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
 
setTargetFragment(Fragment,Integer) - function in androidx.fragment.app.Fragment
 
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
 
setupDialog(Dialog,Integer) - function in androidx.fragment.app.DialogFragment
 
setUploadId(String) - function in io.getstream.chat.android.client.extensions.AttachmentExtensionsKt
 
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
 
setWatchChannel(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
 
setWatchChannel(Boolean) - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
 
setWatcherLimit(Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
 
setWatcherOffset(Integer) - function in io.getstream.chat.android.client.query.pagination.AnyChannelPaginationRequest
 
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.
SocketListener - class in io.getstream.chat.android.client.socket
Listener which is invoked for WebSocket events.
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.
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(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.
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.
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W