A
B
C
D
E
G
H
I
L
O
P
Q
R
S
T
W
G
- get(io.getstream.chat.android.models.User) - function in io.getstream.chat.android.state.plugin.factory.StreamStatePluginFactory
- Creates a Plugin
- getBackgroundSyncEnabled() - function in io.getstream.chat.android.state.plugin.config.StatePluginConfig
- getBanned() - function in io.getstream.chat.android.state.plugin.state.global.GlobalState
- if the current user is banned or not.
- getChannel() - function in io.getstream.chat.android.state.event.handler.chat.EventHandlingResult.Add
- getChannelMutes() - function in io.getstream.chat.android.state.plugin.state.global.GlobalState
- List of channels you've muted.
- getChannels() - function in io.getstream.chat.android.state.plugin.state.querychannels.ChannelsStateData.Result
- getChannels() - function in io.getstream.chat.android.state.plugin.state.querychannels.QueryChannelsState
- The collection of channels loaded by the query channels request.
- getChannelsStateData() - function in io.getstream.chat.android.state.plugin.state.querychannels.QueryChannelsState
- The channels loaded state.
- getChannelUnreadCount() - function in io.getstream.chat.android.state.plugin.state.global.GlobalState
- the number of unread channels for the current user.
- getChatEventHandlerFactory() - function in io.getstream.chat.android.state.plugin.state.querychannels.QueryChannelsState
- Factory that produces ChatEventHandler, which decides whether the set of channels should be updated.
- getCid() - function in io.getstream.chat.android.state.event.handler.chat.EventHandlingResult.Remove
- getCid() - function in io.getstream.chat.android.state.event.handler.chat.EventHandlingResult.WatchAndAdd
- getContentIfNotHandled() - function in io.getstream.chat.android.state.utils.Event
- Returns the content and prevents its use again.
- getCurrentRequest() - function in io.getstream.chat.android.state.plugin.state.querychannels.QueryChannelsState
- The request for the current page.
- getEndOfChannels() - function in io.getstream.chat.android.state.plugin.state.querychannels.QueryChannelsState
- If the current state reached the final page.
- getEndOfOlderMessages() - function in io.getstream.chat.android.state.plugin.state.channel.thread.ThreadState
- If we've reached the earliest point in this thread.
- getErrorHandler() - function in io.getstream.chat.android.state.plugin.internal.StatePlugin
- getFilter() - function in io.getstream.chat.android.state.plugin.state.querychannels.QueryChannelsState
- The filter is associated with this query channels state.
- getGlobalState() - function in io.getstream.chat.android.state.extensions.ChatClientExtensions
- getHasBeenHandled() - function in io.getstream.chat.android.state.utils.Event
- getLoading() - function in io.getstream.chat.android.state.plugin.state.channel.thread.ThreadState
- If we are currently loading messages.
- getLoading() - function in io.getstream.chat.android.state.plugin.state.querychannels.QueryChannelsState
- If the current state is being loaded.
- getLoadingMore() - function in io.getstream.chat.android.state.plugin.state.querychannels.QueryChannelsState
- If the current state is loading more channels (a next page is being loaded).
- getLoadingOlderMessages() - function in io.getstream.chat.android.state.plugin.state.channel.thread.ThreadState
- If we are currently loading older messages.
- getMessages() - function in io.getstream.chat.android.state.plugin.state.channel.thread.ThreadState
- The sorted list of messages for this thread.
- getMessageUsingCache(io.getstream.chat.android.client.ChatClient,java.lang.String) - function in io.getstream.chat.android.state.extensions.ChatClientExtensions
- Attempts to fetch the message from offline cache before making an API call.
- getMuted() - function in io.getstream.chat.android.state.plugin.state.global.GlobalState
- list of users that you've muted.
- getNextPageRequest() - function in io.getstream.chat.android.state.plugin.state.querychannels.QueryChannelsState
- The request for the next page, if there is a page.
- getOldestInThread() - function in io.getstream.chat.android.state.plugin.state.channel.thread.ThreadState
- The oldest message available in this thread state.
- getParentId() - function in io.getstream.chat.android.state.plugin.state.channel.thread.ThreadState
- The message id for the parent of this thread.
- getRecoveryNeeded() - function in io.getstream.chat.android.state.plugin.state.querychannels.QueryChannelsState
- If the channels need to be synced.
- getRepliesAsState(io.getstream.chat.android.client.ChatClient,java.lang.String,java.lang.Integer,kotlinx.coroutines.CoroutineScope) - function in io.getstream.chat.android.state.extensions.ChatClientExtensions
- Same class of ChatClient.
- getRepliesAsState(io.getstream.chat.android.client.ChatClient,java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.state.extensions.ChatClientExtensions
- Same class of ChatClient.
- getSort() - function in io.getstream.chat.android.state.plugin.state.querychannels.QueryChannelsState
- The sort object which requested for this query channels state.
- getState() - function in io.getstream.chat.android.state.extensions.ChatClientExtensions
- getSyncMaxThreshold() - function in io.getstream.chat.android.state.plugin.config.StatePluginConfig
- getTotalUnreadCount() - function in io.getstream.chat.android.state.plugin.state.global.GlobalState
- The total unread message count for the current user.
- getTypingChannels() - function in io.getstream.chat.android.state.plugin.state.global.GlobalState
- Map of typing users in all active channel.
- getUserPresence() - function in io.getstream.chat.android.state.plugin.config.StatePluginConfig
- GlobalState - class in io.getstream.chat.android.state.plugin.state.global
- Global state of StatePlugin.