Package | Description |
---|---|
com.ciscowebex.androidsdk.message |
Modifier and Type | Method and Description |
---|---|
Message.Draft |
Message.Draft.addAttachments(LocalFile... files)
Attach local files to the draft.
|
Message.Draft |
Message.Draft.addMentions(Mention... mentions)
Mention either one people or all people in a space.
|
static Message.Draft |
Message.draft(Message.Text text)
Write a draft to be posted.
|
Message.Draft |
Message.Draft.setParent(Message parent)
Set the parent message of the threading message.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageClient.post(java.lang.String target,
Message.Draft draft,
CompletionHandler<Message> handler)
Posts a message to a space or a person asynchronously.
|