B
C
D
E
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
W
I
- instance() - function in io.getstream.chat.android.livedata.ChatDomain.Companion
- invoke(Message) - function in io.getstream.chat.android.livedata.usecase.CancelMessage
- Cancels the message of "ephemeral" type.
- invoke(Channel) - function in io.getstream.chat.android.livedata.usecase.CreateChannel
- Creates a new channel.
- invoke(String) - function in io.getstream.chat.android.livedata.usecase.DeleteChannel
- Deletes the channel with the specified id
- invoke(Message) - function in io.getstream.chat.android.livedata.usecase.DeleteMessage
- Deletes the specified message, request is retried according to the retry policy specified on the chatDomain
- invoke(String,Reaction) - function in io.getstream.chat.android.livedata.usecase.DeleteReaction
- Deletes the specified reaction, request is retried according to the retry policy specified on the chatDomain
- invoke(Attachment) - function in io.getstream.chat.android.livedata.usecase.DownloadAttachment
- Downloads the selected attachment to the "Download" folder in the public external storage directory.
- invoke(Message) - function in io.getstream.chat.android.livedata.usecase.EditMessage
- Edits the specified message.
- invoke(String) - function in io.getstream.chat.android.livedata.usecase.GetChannelController
- Returns a ChannelController for given cid
- invoke(String,String) - function in io.getstream.chat.android.livedata.usecase.GetThread
- Returns a thread controller for the given channel and message id
- invoke() - function in io.getstream.chat.android.livedata.usecase.GetTotalUnreadCount
- Returns the total unread messages count for the current user.
- invoke() - function in io.getstream.chat.android.livedata.usecase.GetUnreadChannelCount
- Returns the number of channels with unread messages for the given user.
- invoke(String,Boolean) - function in io.getstream.chat.android.livedata.usecase.HideChannel
- Hides the channel with the specified id
- invoke(String) - function in io.getstream.chat.android.livedata.usecase.Keystroke
- Keystroke should be called whenever a user enters text into the message input It automatically calls stopTyping when the user stops typing after 5 seconds
- invoke(String) - function in io.getstream.chat.android.livedata.usecase.LeaveChannel
- Leaves the channel with the specified id
- invoke(String,String,Integer,Integer) - function in io.getstream.chat.android.livedata.usecase.LoadMessageById
- Loads message for a given message id and channel id
- invoke(String,Integer) - function in io.getstream.chat.android.livedata.usecase.LoadNewerMessages
- Loads newer messages for the channel
- invoke(String,Integer) - function in io.getstream.chat.android.livedata.usecase.LoadOlderMessages
- Loads older messages for the channel
- invoke() - function in io.getstream.chat.android.livedata.usecase.MarkAllRead
- invoke(String) - function in io.getstream.chat.android.livedata.usecase.MarkRead
- Marks the messages on the specified channel as read
- invoke(FilterObject,QuerySort,Integer,Integer) - function in io.getstream.chat.android.livedata.usecase.QueryChannels
- Queries offline storage and the API for channels matching the filter Returns a queryChannelsController
- invoke(FilterObject,QuerySort,Integer,Integer) - function in io.getstream.chat.android.livedata.usecase.QueryChannelsLoadMore
- Load more channels for this query
- invoke(String) - function in io.getstream.chat.android.livedata.usecase.ReplayEventsForActiveChannels
- Adds the specified channel to the active channels Replays events for all active channels This ensures that your local storage is up to date with the server
- invoke(Message) - function in io.getstream.chat.android.livedata.usecase.SendGiphy
- Sends selected giphy message to the channel.
- invoke(Message,Function2) - function in io.getstream.chat.android.livedata.usecase.SendMessage
- Sends the message.
- invoke(String,Message,List,Function2) - function in io.getstream.chat.android.livedata.usecase.SendMessageWithAttachments
- invoke(String,Reaction) - function in io.getstream.chat.android.livedata.usecase.SendReaction
- Sends the reaction.
- invoke(String,Message) - function in io.getstream.chat.android.livedata.usecase.SetMessageForReply
- Set the reply state for the channel.
- invoke(String) - function in io.getstream.chat.android.livedata.usecase.ShowChannel
- Shows a channel that was previously hidden
- invoke(Message) - function in io.getstream.chat.android.livedata.usecase.ShuffleGiphy
- Performs giphy shuffle operation.
- invoke(String) - function in io.getstream.chat.android.livedata.usecase.StopTyping
- StopTyping should be called when the user submits the text and finishes typing
- invoke(String,String,Integer) - function in io.getstream.chat.android.livedata.usecase.ThreadLoadMore
- Loads more messages for the specified thread
- invoke(String,Integer) - function in io.getstream.chat.android.livedata.usecase.WatchChannel
- Watches the given channel and returns a ChannelController
- io.getstream.chat.android.livedata - package io.getstream.chat.android.livedata
- io.getstream.chat.android.livedata.controller - package io.getstream.chat.android.livedata.controller
- io.getstream.chat.android.livedata.extensions - package io.getstream.chat.android.livedata.extensions
- io.getstream.chat.android.livedata.usecase - package io.getstream.chat.android.livedata.usecase
- io.getstream.chat.android.livedata.utils - package io.getstream.chat.android.livedata.utils
- isInitialized() - function in io.getstream.chat.android.livedata.ChatDomain
- isOffline() - function in io.getstream.chat.android.livedata.ChatDomain
- isOnline() - function in io.getstream.chat.android.livedata.ChatDomain
- isPermanent(ChatError) - function in io.getstream.chat.android.livedata.extensions
- Returns true if an error is a permanent failure instead of a temporary one (broken network, 500, rate limit etc.