A
B
C
D
E
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
W
G
- get() - function in io.getstream.chat.android.offline.experimental.channel.QueryChannelReference
- Returns a call of the channel type representing output value of ChatClient.queryChannel.
- get() - function in io.getstream.chat.android.offline.experimental.channel.thread.RepliesQueryReference
- Returns a call instance representing output of the ChatClient.getReplies request.
- get() - function in io.getstream.chat.android.offline.experimental.plugin.QueryReference
- Returns a call as result of request
- get() - function in io.getstream.chat.android.offline.experimental.querychannels.QueryChannelsReference
- Returns a call as result of request
- getActiveQueries() - function in io.getstream.chat.android.livedata.ChatDomain
- getActiveQueries() - function in io.getstream.chat.android.offline.ChatDomain
- getBackgroundSyncEnabled() - function in io.getstream.chat.android.offline.experimental.plugin.Config
- getBanned() - function in io.getstream.chat.android.livedata.ChatDomain
- if the current user is banned or not
- getBanned() - function in io.getstream.chat.android.offline.ChatDomain
- if the current user is banned or not
- getChannel() - function in io.getstream.chat.android.offline.querychannels.EventHandlingResult.Add
- getChannelConfig(String) - function in io.getstream.chat.android.livedata.ChatDomain
- getChannelConfig(String) - function in io.getstream.chat.android.offline.ChatDomain
- getChannelConfig() - function in io.getstream.chat.android.offline.channel.ChannelController
- getChannelController(String) - function in io.getstream.chat.android.livedata.ChatDomain
- Returns a ChannelController for given cid.
- getChannelController(String) - function in io.getstream.chat.android.offline.ChatDomain
- Returns a ChannelController for given cid.
- getChannelData() - function in io.getstream.chat.android.offline.channel.ChannelController
- getChannelData() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- StateFlow object with the channel data.
- getChannelId() - function in io.getstream.chat.android.livedata.controller.ChannelController
- getChannelId() - function in io.getstream.chat.android.offline.channel.ChannelController
- getChannelId() - function in io.getstream.chat.android.offline.channel.ChannelData
- getChannelId() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- Id of this channel.
- getChannelMutes() - function in io.getstream.chat.android.livedata.ChatDomain
- List of channels you've muted
- getChannelMutes() - function in io.getstream.chat.android.offline.ChatDomain
- List of channels you've muted
- getChannels() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
- The list of channels Typically we recommend using channelsState instead, it's a bit more complex but ensures that you're handling all edge cases
- getChannels() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController.ChannelsState.Result
- getChannels() - function in io.getstream.chat.android.offline.experimental.querychannels.state.ChannelsStateData.Result
- getChannels() - function in io.getstream.chat.android.offline.experimental.querychannels.state.QueryChannelsState
- The collection of channels loaded by the query channels request.
- getChannels() - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
- getChannels() - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController.ChannelsState.Result
- getChannelsState() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
- Similar to the channels field, but returns the a ChannelsState object This sealed class makes it easier to verify that you've implemented all possible error/no result states
- getChannelsState() - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
- getChannelsStateData() - function in io.getstream.chat.android.offline.experimental.querychannels.state.QueryChannelsState
- The channels loaded state.
- getChannelType() - function in io.getstream.chat.android.livedata.controller.ChannelController
- getChannelType() - function in io.getstream.chat.android.offline.channel.ChannelController
- getChannelType() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- Type of this channel.
- getChannelUnreadCount() - function in io.getstream.chat.android.livedata.ChatDomain
- the number of unread channels for the current user
- getChannelUnreadCount() - function in io.getstream.chat.android.offline.ChatDomain
- the number of unread channels for the current user
- getChatEventHandler() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
- Instance of ChatEventHandler that handles logic of event handling for this QueryChannelsController.
- getChatEventHandler() - function in io.getstream.chat.android.offline.experimental.querychannels.state.QueryChannelsState
- Instance of ChatEventHandler that handles logic of event handling for this QueryChannelsState.
- getChatEventHandler() - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
- Instance of ChatEventHandler that handles logic of event handling for this QueryChannelsController.
- getCid() - function in io.getstream.chat.android.livedata.controller.ChannelController
- getCid() - function in io.getstream.chat.android.offline.channel.ChannelController
- getCid() - function in io.getstream.chat.android.offline.channel.ChannelData
- getCid() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- CID of this channel.
- getCid() - function in io.getstream.chat.android.offline.querychannels.EventHandlingResult.Remove
- getConnectionState() - function in io.getstream.chat.android.livedata.ChatDomain
- LiveData<ConnectionState> that indicates if we are currently online, connecting or offline
- getConnectionState() - function in io.getstream.chat.android.offline.ChatDomain
- StateFlow<ConnectionState> that indicates if we are currently online, connecting of offline.
- getContentIfNotHandled() - function in io.getstream.chat.android.livedata.utils.Event
- Returns the content and prevents its use again.
- getContentIfNotHandled() - function in io.getstream.chat.android.offline.utils.Event
- Returns the content and prevents its use again.
- getCooldown() - function in io.getstream.chat.android.offline.channel.ChannelData
- getCreatedAt() - function in io.getstream.chat.android.offline.channel.ChannelData
- when the channel was created
- getCreatedBy() - function in io.getstream.chat.android.offline.channel.ChannelData
- created by user
- getCurrentRequest() - function in io.getstream.chat.android.offline.experimental.querychannels.state.QueryChannelsState
- The request for the current page.
- getDeletedAt() - function in io.getstream.chat.android.offline.channel.ChannelData
- when the channel was deleted
- getEndOfChannels() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
- If we've reached the end of the channels
- getEndOfChannels() - function in io.getstream.chat.android.offline.experimental.querychannels.state.QueryChannelsState
- If the current state reached the final page.
- getEndOfChannels() - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
- getEndOfNewerMessages() - function in io.getstream.chat.android.livedata.controller.ChannelController
- set to true if there are no more newer messages to load
- getEndOfNewerMessages() - function in io.getstream.chat.android.offline.channel.ChannelController
- getEndOfNewerMessages() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- If there are no more newer messages to load.
- getEndOfOlderMessages() - function in io.getstream.chat.android.livedata.controller.ChannelController
- set to true if there are no more older messages to load
- getEndOfOlderMessages() - function in io.getstream.chat.android.livedata.controller.ThreadController
- getEndOfOlderMessages() - function in io.getstream.chat.android.offline.channel.ChannelController
- getEndOfOlderMessages() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- If there are no more older messages to load.
- getEndOfOlderMessages() - function in io.getstream.chat.android.offline.experimental.channel.thread.state.ThreadState
- If we've reached the earliest point in this thread.
- getEndOfOlderMessages() - function in io.getstream.chat.android.offline.thread.ThreadController
- if we've reached the earliest point in this thread
- getErrorEvents() - function in io.getstream.chat.android.livedata.ChatDomain
- The error event livedata object is triggered when errors in the underlying components occure.
- getErrorEvents() - function in io.getstream.chat.android.offline.ChatDomain
- The error event state flow object is triggered when errors in the underlying components occur.
- getExtraData() - function in io.getstream.chat.android.offline.channel.ChannelData
- all the custom data provided for this channel
- getFilter() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
- The filter used for this query
- getFilter() - function in io.getstream.chat.android.offline.experimental.querychannels.state.QueryChannelsState
- The filter is associated with this query channels state.
- getFilter() - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
- getFrozen() - function in io.getstream.chat.android.offline.channel.ChannelData
- if the channel is frozen or not (new messages wont be allowed)
- getHasBeenHandled() - function in io.getstream.chat.android.livedata.utils.Event
- getHasBeenHandled() - function in io.getstream.chat.android.offline.utils.Event
- getHidden() - function in io.getstream.chat.android.livedata.controller.ChannelController
- getHidden() - function in io.getstream.chat.android.offline.channel.ChannelController
- getHidden() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- If the channel is currently hidden.
- getInitialized() - function in io.getstream.chat.android.livedata.ChatDomain
- if the client connection has been initialized
- getInitialized() - function in io.getstream.chat.android.offline.ChatDomain
- if the client connection has been initialized
- getIsInitialized() - function in io.getstream.chat.android.livedata.ChatDomain.Companion
- getIsInitialized() - function in io.getstream.chat.android.offline.ChatDomain.Companion
- getLoading() - function in io.getstream.chat.android.livedata.controller.ChannelController
- if we are currently loading
- getLoading() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
- If we are currently loading channels
- getLoading() - function in io.getstream.chat.android.offline.channel.ChannelController
- getLoading() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- If we are currently loading.
- getLoading() - function in io.getstream.chat.android.offline.experimental.querychannels.state.QueryChannelsState
- If the current state is being loaded.
- getLoading() - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
- getLoadingMore() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
- If we are currently loading more channels
- getLoadingMore() - function in io.getstream.chat.android.offline.experimental.querychannels.state.QueryChannelsState
- If the current state is loading more channels (a next page is being loaded).
- getLoadingMore() - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
- getLoadingNewerMessages() - function in io.getstream.chat.android.livedata.controller.ChannelController
- if we are currently loading newer messages
- getLoadingNewerMessages() - function in io.getstream.chat.android.offline.channel.ChannelController
- getLoadingNewerMessages() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- If we are currently loading newer messages.
- getLoadingOlderMessages() - function in io.getstream.chat.android.livedata.controller.ChannelController
- if we are currently loading older messages
- getLoadingOlderMessages() - function in io.getstream.chat.android.livedata.controller.ThreadController
- getLoadingOlderMessages() - function in io.getstream.chat.android.offline.channel.ChannelController
- getLoadingOlderMessages() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- If we are currently loading older messages.
- getLoadingOlderMessages() - function in io.getstream.chat.android.offline.experimental.channel.thread.state.ThreadState
- If we are currently loading older messages.
- getLoadingOlderMessages() - function in io.getstream.chat.android.offline.thread.ThreadController
- if we are currently loading older messages
- getMemberCount() - function in io.getstream.chat.android.offline.channel.ChannelData
- channel member count
- getMembers() - function in io.getstream.chat.android.livedata.controller.ChannelController
- the list of members of this channel
- getMembers() - function in io.getstream.chat.android.offline.channel.ChannelController
- getMembers() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- The list of members of this channel.
- getMessage(String) - function in io.getstream.chat.android.livedata.controller.ChannelController
- getMessage(String) - function in io.getstream.chat.android.offline.channel.ChannelController
- getMessages() - function in io.getstream.chat.android.livedata.controller.ChannelController
- a list of messages sorted by message.
- getMessages() - function in io.getstream.chat.android.livedata.controller.ChannelController.MessagesState.Result
- getMessages() - function in io.getstream.chat.android.livedata.controller.ThreadController
- getMessages() - function in io.getstream.chat.android.offline.channel.ChannelController
- getMessages() - function in io.getstream.chat.android.offline.channel.ChannelController.MessagesState.Result
- getMessages() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- The message collection of this channel.
- getMessages() - function in io.getstream.chat.android.offline.experimental.channel.state.MessagesState.Result
- getMessages() - function in io.getstream.chat.android.offline.experimental.channel.thread.state.ThreadState
- The sorted list of messages for this thread.
- getMessages() - function in io.getstream.chat.android.offline.thread.ThreadController
- the sorted list of messages for this thread
- getMessagesSorted() - function in io.getstream.chat.android.livedata.controller.ThreadController
- getMessagesSorted() - function in io.getstream.chat.android.offline.thread.ThreadController
- getMessagesState() - function in io.getstream.chat.android.livedata.controller.ChannelController
- Similar to the messages field, but returns the a MessagesState object This sealed class makes it easier to verify that you've implemented all possible error/no result states
- getMessagesState() - function in io.getstream.chat.android.offline.channel.ChannelController
- getMessagesState() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- Strong typed state of message collection of this channel.
- getMODULE_NAME() - function in io.getstream.chat.android.offline.experimental.plugin.OfflinePlugin.Companion
- getMuted() - function in io.getstream.chat.android.livedata.ChatDomain
- list of users that you've muted
- getMuted() - function in io.getstream.chat.android.livedata.controller.ChannelController
- getMuted() - function in io.getstream.chat.android.offline.ChatDomain
- list of users that you've muted
- getMuted() - function in io.getstream.chat.android.offline.channel.ChannelController
- getMuted() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- If the channel is currently muted.
- getName() - function in io.getstream.chat.android.offline.experimental.plugin.OfflinePlugin
- getName() - function in io.getstream.chat.android.offline.message.attachment.UploadAttachmentsNetworkType
- getName() - function in io.getstream.chat.android.offline.model.ConnectionState
- getNextPageRequest() - function in io.getstream.chat.android.offline.experimental.querychannels.state.QueryChannelsState
- The request for the next page, if there is a page.
- getOfflineChannelData() - function in io.getstream.chat.android.livedata.controller.ChannelController
- getOfflineEnabled() - function in io.getstream.chat.android.livedata.ChatDomain
- if offline is enabled
- getOfflineEnabled() - function in io.getstream.chat.android.offline.ChatDomain
- if offline is enabled
- getOldestInThread() - function in io.getstream.chat.android.offline.experimental.channel.thread.state.ThreadState
- The oldest message available in this thread state.
- getOldMessages() - function in io.getstream.chat.android.livedata.controller.ChannelController
- Old messages loaded from history of conversation
- getOldMessages() - function in io.getstream.chat.android.offline.channel.ChannelController
- getOldMessages() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- The collection of messages from previous pages of data.
- getOrdinal() - function in io.getstream.chat.android.offline.message.attachment.UploadAttachmentsNetworkType
- getOrdinal() - function in io.getstream.chat.android.offline.model.ConnectionState
- getParentId() - function in io.getstream.chat.android.offline.experimental.channel.thread.state.ThreadState
- The message id for the parent of this thread.
- getPersistenceEnabled() - function in io.getstream.chat.android.offline.experimental.plugin.Config
- getRead() - function in io.getstream.chat.android.livedata.controller.ChannelController
- read status for the current user
- getRead() - function in io.getstream.chat.android.offline.channel.ChannelController
- getRead() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- Read status for the current user.
- getReads() - function in io.getstream.chat.android.livedata.controller.ChannelController
- how far every user in this channel has read
- getReads() - function in io.getstream.chat.android.offline.channel.ChannelController
- getReads() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- How far every user in this channel has read.
- getRecoveryNeeded() - function in io.getstream.chat.android.livedata.controller.ChannelController
- getRecoveryNeeded() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
- If the API call failed and we need to rerun this query
- getRecoveryNeeded() - function in io.getstream.chat.android.offline.channel.ChannelController
- getRecoveryNeeded() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- If we need to recover state when connection established again.
- getRecoveryNeeded() - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
- getRepliedMessage() - function in io.getstream.chat.android.livedata.controller.ChannelController
- Contains the Message that is selected to be replied to in this channel, or null if no such selection exists.
- getRepliedMessage() - function in io.getstream.chat.android.offline.channel.ChannelController
- getRepliedMessage() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- A replied message state in this channel.
- getReplies(String,Integer) - function in io.getstream.chat.android.offline.experimental.plugin.adapter.ChatClientReferenceAdapter
- Reference request of the get thread replies query.
- getRequest() - function in io.getstream.chat.android.offline.experimental.querychannels.QueryChannelsReference
- getRetryPolicy() - function in io.getstream.chat.android.livedata.ChatDomain
- The retry policy for retrying failed requests
- getRetryPolicy() - function in io.getstream.chat.android.offline.ChatDomain
- The retry policy for retrying failed requests
- getRetryPolicy() - function in io.getstream.chat.android.offline.experimental.plugin.Config
- getSort() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
- The sort used for this query
- getSort() - function in io.getstream.chat.android.offline.experimental.querychannels.state.QueryChannelsState
- The sort object which requested for this query channels state.
- getSort() - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
- getState() - function in io.getstream.chat.android.offline.experimental.plugin.OfflinePlugin
- getTeam() - function in io.getstream.chat.android.offline.channel.ChannelData
- channel's team
- getThread(String,String) - function in io.getstream.chat.android.livedata.ChatDomain
- Returns a thread controller for the given channel and message id.
- getThread(String,String) - function in io.getstream.chat.android.offline.ChatDomain
- Returns a thread controller for the given channel and message id.
- getThreadId() - function in io.getstream.chat.android.livedata.controller.ThreadController
- getThreadId() - function in io.getstream.chat.android.offline.thread.ThreadController
- getTotalUnreadCount() - function in io.getstream.chat.android.livedata.ChatDomain
- The total unread message count for the current user.
- getTotalUnreadCount() - function in io.getstream.chat.android.offline.ChatDomain
- The total unread message count for the current user.
- getType() - function in io.getstream.chat.android.offline.channel.ChannelData
- getTyping() - function in io.getstream.chat.android.livedata.controller.ChannelController
- who is currently typing (current user is excluded from this)
- getTyping() - function in io.getstream.chat.android.offline.channel.ChannelController
- getTyping() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- Who is currently typing.
- getTypingUpdates() - function in io.getstream.chat.android.livedata.ChatDomain
- Updates about currently typing users in active channels.
- getTypingUpdates() - function in io.getstream.chat.android.offline.ChatDomain
- Updates about currently typing users in active channels.
- getUnreadCount() - function in io.getstream.chat.android.livedata.controller.ChannelController
- unread count for this channel, calculated based on read state (this works even if you're offline)
- getUnreadCount() - function in io.getstream.chat.android.offline.channel.ChannelController
- getUnreadCount() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- Unread count for this channel, calculated based on read state.
- getUpdatedAt() - function in io.getstream.chat.android.offline.channel.ChannelData
- when the channel was updated
- getUser() - function in io.getstream.chat.android.livedata.ChatDomain
- The current user on the chatDomain object
- getUser() - function in io.getstream.chat.android.offline.ChatDomain
- The current user on the chatDomain object
- getUserPresence() - function in io.getstream.chat.android.livedata.ChatDomain
- if we want to track user presence
- getUserPresence() - function in io.getstream.chat.android.offline.ChatDomain
- if we want to track user presence
- getUserPresence() - function in io.getstream.chat.android.offline.experimental.plugin.Config
- getVersion() - function in io.getstream.chat.android.livedata.ChatDomain
- getVersion() - function in io.getstream.chat.android.offline.ChatDomain
- getWatcherCount() - function in io.getstream.chat.android.livedata.controller.ChannelController
- the number of people currently watching the channel
- getWatcherCount() - function in io.getstream.chat.android.offline.channel.ChannelController
- getWatcherCount() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- The number of people currently watching the channel.
- getWatchers() - function in io.getstream.chat.android.livedata.controller.ChannelController
- the list of users currently watching this channel
- getWatchers() - function in io.getstream.chat.android.offline.channel.ChannelController
- getWatchers() - function in io.getstream.chat.android.offline.experimental.channel.state.ChannelState
- The list of users currently watching this channel.