Package | Description |
---|---|
com.ciscowebex.androidsdk.space |
Modifier and Type | Method and Description |
---|---|
Space |
SpaceObserver.SpaceCreated.getSpace()
Returns the created space.
|
Space |
SpaceObserver.SpaceUpdated.getSpace()
Returns the changed space.
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceClient.create(java.lang.String title,
java.lang.String teamId,
CompletionHandler<Space> handler)
Creates a space.
|
void |
SpaceClient.get(java.lang.String spaceId,
CompletionHandler<Space> handler)
Retrieves the details for a space by id.
|
void |
SpaceClient.list(java.lang.String teamId,
int max,
Space.SpaceType type,
SpaceClient.SortBy sortBy,
CompletionHandler<java.util.List<Space>> handler)
Lists all spaces where the authenticated user belongs.
|
void |
SpaceClient.update(java.lang.String spaceId,
java.lang.String title,
CompletionHandler<Space> handler)
Updates the details for a space by id.
|