Package | Description |
---|---|
com.ciscospark.androidsdk.room |
Modifier and Type | Method and Description |
---|---|
static RoomClient.SortBy |
RoomClient.SortBy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoomClient.SortBy[] |
RoomClient.SortBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RoomClient.list(java.lang.String teamId,
int max,
Room.RoomType type,
RoomClient.SortBy sortBy,
CompletionHandler<java.util.List<Room>> handler)
Lists all rooms where the authenticated user belongs.
|