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

G

getActiveQueries() - function in io.getstream.chat.android.livedata.ChatDomain
 
getBanned() - function in io.getstream.chat.android.livedata.ChatDomain
if the current user is banned or not
getCancelMessage() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Cancel an emphemeral message.
getChannelConfig(String) - function in io.getstream.chat.android.livedata.ChatDomain
 
GetChannelController - class in io.getstream.chat.android.livedata.usecase
 
getChannelData() - function in io.getstream.chat.android.livedata.controller.ChannelController
LiveData object with the channel data
getChannelId() - function in io.getstream.chat.android.livedata.ChannelData
 
getChannelId() - function in io.getstream.chat.android.livedata.controller.ChannelController
 
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
 
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
getChannelType() - function in io.getstream.chat.android.livedata.controller.ChannelController
 
getChannelUnreadCount() - function in io.getstream.chat.android.livedata.ChatDomain
the number of unread channels for the current user
getCid() - function in io.getstream.chat.android.livedata.ChannelData
 
getCid() - function in io.getstream.chat.android.livedata.controller.ChannelController
 
getContentIfNotHandled() - function in io.getstream.chat.android.livedata.utils.Event
Returns the content and prevents its use again.
getCooldown() - function in io.getstream.chat.android.livedata.ChannelData
 
getCreateChannel() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Create a channel and retry using the retry policy if the request fails
getCreatedAt() - function in io.getstream.chat.android.livedata.ChannelData
when the channel was created
getCreatedBy() - function in io.getstream.chat.android.livedata.ChannelData
created by user
getCurrentUser() - function in io.getstream.chat.android.livedata.ChatDomain
the current user on the chatDomain object, same as client.
getDeleteChannel() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Deletes a channel
getDeletedAt() - function in io.getstream.chat.android.livedata.ChannelData
when the channel was deleted
getDeleteMessage() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Delete a message.
getDeleteReaction() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Delete a reaction.
getDownloadAttachment() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Downloads selected attachment
getEditMessage() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Edit a message.
getEndOfChannels() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
If we've reached the end of the channels
getEndOfNewerMessages() - function in io.getstream.chat.android.livedata.controller.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
 
getErrorEvents() - function in io.getstream.chat.android.livedata.ChatDomain
The error event livedata object is triggered when errors in the underlying components occure.
getExtraData() - function in io.getstream.chat.android.livedata.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
getFrozen() - function in io.getstream.chat.android.livedata.ChannelData
if the channel is frozen or not (new messages wont be allowed)
getGetChannelController() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Get channel controller for cid Returns a channel controller object
getGetThread() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Returns a ThreadController for the specified thread
getGetTotalUnreadCount() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Returns a livedata object for the total number of unread messages
getGetUnreadChannelCount() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Returns a livedata object for the number of channels with unread messages
getHasBeenHandled() - function in io.getstream.chat.android.livedata.utils.Event
 
getHidden() - function in io.getstream.chat.android.livedata.controller.ChannelController
 
getHideChannel() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
hideChannel hides the channel till a new message event is received
getInitialized() - function in io.getstream.chat.android.livedata.ChatDomain
if the client connection has been initialized
getIsInitialized() - function in io.getstream.chat.android.livedata.ChatDomain.Companion
 
getKeystroke() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Keystroke should be called whenever the user enters something in the message input public * It handles the deduplication and removal of typing events automatically
getLeaveChannel() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Leaves a channel and retry using the retry policy if the request fails
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
getLoadingMore() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
If we are currently loading more channels
getLoadingNewerMessages() - function in io.getstream.chat.android.livedata.controller.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
 
getLoadMessageById() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Loads a message for a given message id, optionally with a offset of newer and older messages.
getLoadNewerMessages() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Loads newer messages for the given channel
getLoadOlderMessages() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Loads older messages for the given channel
getMarkAllRead() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
markAllRead marks all messages on a channel as read
getMarkRead() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
markRead marks all messages on a channel read
getMemberCount() - function in io.getstream.chat.android.livedata.ChannelData
channel member count
getMembers() - function in io.getstream.chat.android.livedata.controller.ChannelController
the list of members of this channel
getMessage(String) - function in io.getstream.chat.android.livedata.controller.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
 
getMessagesSorted() - function in io.getstream.chat.android.livedata.controller.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
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
 
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.
getOfflineEnabled() - function in io.getstream.chat.android.livedata.ChatDomain
if offline is enabled
getOldMessages() - function in io.getstream.chat.android.livedata.controller.ChannelController
Old messages loaded from history of conversation
getOnline() - function in io.getstream.chat.android.livedata.ChatDomain
LiveData<Boolean> that indicates if we are currently online
getQueryChannels() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Query channels and start listening for changes using events Returns a QueryChannelsController object
getQueryChannelsLoadMore() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Load more channels for the given query.
getRead() - function in io.getstream.chat.android.livedata.controller.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
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
getReplayEventsForActiveChannels() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Adds the provided channel to the active channels and replays events for all active channels
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.
getRetryPolicy() - function in io.getstream.chat.android.livedata.ChatDomain
The retry policy for retrying failed requests
getSearchUsersByName() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Performs user search request.
getSendGiphy() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Sends selected giphy message to the channel.
getSendMessage() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Send a message.
getSendMessageWithAttachments() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Send a message with attachments.
getSendReaction() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Send a reaction.
getSetMessageForReply() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
 
getShowChannel() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
showChannels shows a channel which was previously hidden
getShuffleGiphy() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Performs giphy shuffle operation.
getSort() - function in io.getstream.chat.android.livedata.controller.QueryChannelsController
The sort used for this query
getStopTyping() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
stopTyping is typically called manually when the message is submitted
GetThread - class in io.getstream.chat.android.livedata.usecase
 
getThreadId() - function in io.getstream.chat.android.livedata.controller.ThreadController
 
getThreadLoadMore() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Loads more messages for a thread
getTotalUnreadCount() - function in io.getstream.chat.android.livedata.ChatDomain
The total unread message count for the current user.
GetTotalUnreadCount - class in io.getstream.chat.android.livedata.usecase
 
getType() - function in io.getstream.chat.android.livedata.ChannelData
 
getTyping() - function in io.getstream.chat.android.livedata.controller.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.
GetUnreadChannelCount - class in io.getstream.chat.android.livedata.usecase
 
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)
getUpdatedAt() - function in io.getstream.chat.android.livedata.ChannelData
when the channel was updated
getUseCases() - function in io.getstream.chat.android.livedata.ChatDomain
a helper object which lists all the initialized use cases for the chat domain
getUserPresence() - function in io.getstream.chat.android.livedata.ChatDomain
if we want to track user presence
getVersion() - function in io.getstream.chat.android.livedata.ChatDomain
 
getWatchChannel() - function in io.getstream.chat.android.livedata.usecase.UseCaseHelper
Watch a channel/ Start listening for events on a channel Returns a channel controller object
getWatcherCount() - function in io.getstream.chat.android.livedata.controller.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
B  C  D  E  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  W