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.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.editMessage(Message)
Edits the specified message.
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.deleteChannel(String)
Deletes the channel with the specified id.
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.editMessage(Message)
Edits the specified message.
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.deleteChannel(String)
Deletes the channel with the specified id.