| Package | Description |
|---|---|
| com.ciscospark.androidsdk.message | |
| com.ciscospark.androidsdk.room |
| Modifier and Type | Method and Description |
|---|---|
Room.RoomType |
Message.getRoomType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setRoomType(Room.RoomType roomType) |
| Modifier and Type | Method and Description |
|---|---|
Room.RoomType |
Room.getType() |
static Room.RoomType |
Room.RoomType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Room.RoomType[] |
Room.RoomType.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.
|