| Package | Description |
|---|---|
| com.ciscowebex.androidsdk.message |
| Modifier and Type | Class and Description |
|---|---|
static class |
Before.Date
Before a particular time point by date.
|
static class |
Before.Message
Before one particular message by message Id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageClient.list(java.lang.String spaceId,
Before before,
int max,
Mention[] mentions,
CompletionHandler<java.util.List<Message>> handler)
Lists all messages in a space by space Id asynchronously.
|