Package | Description |
---|---|
com.ciscowebex.androidsdk.message | |
com.ciscowebex.androidsdk.space |
Modifier and Type | Method and Description |
---|---|
Space.SpaceType |
Message.getSpaceType() |
Modifier and Type | Method and Description |
---|---|
Space.SpaceType |
SpaceReadStatus.getType()
The type of this space.
|
Space.SpaceType |
Space.getType() |
static Space.SpaceType |
Space.SpaceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Space.SpaceType[] |
Space.SpaceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|