JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Methods
Method
Description
io.getstream.chat.android.livedata.replayEventsForActiveChannels(String)
Adds the provided channel to the active channels and replays events for all active channels.
io.getstream.chat.android.livedata.loadOlderMessages(String,Integer)
Loads older messages for the channel.
io.getstream.chat.android.livedata.createChannel(Channel)
Creates a new channel.
io.getstream.chat.android.livedata.cancelMessage(Message)
Cancels the message of "ephemeral" type.
io.getstream.chat.android.livedata.keystroke(String,String)
Keystroke should be called whenever a user enters text into the message input.
io.getstream.chat.android.livedata.stopTyping(String,String)
StopTyping should be called when the user submits the text and finishes typing.
io.getstream.chat.android.livedata.showChannel(String)
Shows a channel that was previously hidden.
io.getstream.chat.android.livedata.leaveChannel(String)
Leaves the channel with the specified id.
io.getstream.chat.android.livedata.setMessageForReply(String,Message)
Set the reply state for the channel.
io.getstream.chat.android.livedata.downloadAttachment(Attachment)
Downloads the selected attachment to the "Download" folder in the public external storage directory.
io.getstream.chat.android.offline.replayEventsForActiveChannels(String)
Adds the provided channel to the active channels and replays events for all active channels.
io.getstream.chat.android.offline.loadOlderMessages(String,Integer)
Loads older messages for the channel.
io.getstream.chat.android.offline.createChannel(Channel)
Creates a new channel.
io.getstream.chat.android.offline.cancelMessage(Message)
Cancels the message of "ephemeral" type.
io.getstream.chat.android.offline.keystroke(String,String)
Keystroke should be called whenever a user enters text into the message input.
io.getstream.chat.android.offline.stopTyping(String,String)
StopTyping should be called when the user submits the text and finishes typing.
io.getstream.chat.android.offline.showChannel(String)
Shows a channel that was previously hidden.
io.getstream.chat.android.offline.leaveChannel(String)
Leaves the channel with the specified id.
io.getstream.chat.android.offline.setMessageForReply(String,Message)
Set the reply state for the channel.
io.getstream.chat.android.offline.downloadAttachment(Attachment)
Downloads the selected attachment to the "Download" folder in the public external storage directory.