Package | Description |
---|---|
com.ciscowebex.androidsdk.space |
Modifier and Type | Method and Description |
---|---|
void |
SpaceClient.getWithReadStatus(java.lang.String spaceId,
CompletionHandler<SpaceReadStatus> handler)
Returns a
SpaceReadStatus with the details about the date of the last
activity in the space, and the date of current user last presence in the space. |
void |
SpaceClient.listWithReadStatus(int max,
CompletionHandler<java.util.List<SpaceReadStatus>> handler)
Returns a list of
SpaceReadStatus with details about the date of the last
activity in the space, and the date of current user last presence in the space. |