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

G

getActiveQueries() - function in io.getstream.chat.android.livedata.ChatDomain
 
getActiveQueries() - function in io.getstream.chat.android.offline.ChatDomain
 
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
getChannelConfig(String) - function in io.getstream.chat.android.livedata.ChatDomain
 
getChannelConfig(String) - function in io.getstream.chat.android.offline.ChatDomain
 
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
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
 
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.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
 
getChannelType() - function in io.getstream.chat.android.livedata.controller.ChannelController
 
getChannelType() - function in io.getstream.chat.android.offline.channel.ChannelController
 
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
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
 
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
getCurrentUser() - function in io.getstream.chat.android.livedata.ChatDomain
Unsafe property that represent the current user.
getCurrentUser() - function in io.getstream.chat.android.offline.ChatDomain
Unsafe property that represent the current user.
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.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
set to true 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
set to true if there are no more older messages to load
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.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
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
if we are currently loading
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.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
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
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
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.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
 
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
if the channel is currently muted
getMutedChannelIds() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
 
getMutedChannelIds() - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
 
getNewChannelEventFilter() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
When the NotificationAddedToChannelEvent is triggered the newChannelEventFilter determines if the channel should be added to the query or not.
getNewChannelEventFilter() - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
 
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
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
 
getOnline() - function in io.getstream.chat.android.livedata.ChatDomain
LiveData<Boolean> that indicates if we are currently online
getOnline() - function in io.getstream.chat.android.offline.ChatDomain
StateFlow<Boolean> that indicates if we are currently online
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
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
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.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
 
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
getSort() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
The sort used for this query
getSort() - function in io.getstream.chat.android.offline.querychannels.QueryChannelsController
 
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
who is currently typing (current user is excluded from this)
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
unread count for this channel, calculated based on read state (this works even if you're offline)
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
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
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
the list of users currently watching this channel
B  C  D  E  G  H  I  K  L  M  O  P  Q  R  S  T  U  W