Interface | Description |
---|---|
Before |
Marker interface.
|
Mention |
A data type represents mention.
|
Message.Draft |
Encapsulating the content will be post.
|
MessageClient |
MessageClient represents a client to the Webex platform.
|
MessageClient.ProgressHandler |
A callback to indicate the progress of an action in already processed size (bytes).
|
MessageObserver |
Callback to receive the events from a
MessageClient . |
MessageObserver.MessageEvent |
Mark interface for all message events.
|
RemoteFile |
A data type represents a remote file on the Cisco Webex.
|
RemoteFile.Thumbnail |
A data type represents a thumbnail file.
|
Class | Description |
---|---|
Before.Date |
Before a particular time point by date.
|
Before.Message |
Before one particular message by message Id.
|
LocalFile |
A data type represents a local file.
|
LocalFile.Thumbnail |
A data type represents a thumbnail of this local file.
|
Mention.All |
Mention all people in a space.
|
Mention.MentionAll | Deprecated |
Mention.MentionPerson | Deprecated |
Mention.Person |
Mention one particular person by person Id.
|
Message |
This class represents a Message on Cisco Webex.
|
Message.Text |
The wrapper for the message text in different formats: plain text, markdown, and html.
|
MessageObserver.MessageArrived | Deprecated |
MessageObserver.MessageDeleted |
The event when a message has been deleted.
|
MessageObserver.MessageEdited |
The message has been edited.
|
MessageObserver.MessageFileThumbnailsUpdated |
The thumbnails of the attached files in message has been updated.
|
MessageObserver.MessageReceived |
The event when a new message has arrived.
|
MessageObserver.MessageUpdated |
The event when an existing message has been updated.
|