Android Client Reference
Class RoomInfo
Namespace: com.playerio
Language: Java
Information about a room returned from listRooms
Methods | |||
---|---|---|---|
public String |
The id of the room |
||
public int |
How many users are currently in the room |
||
public Map<String,String> |
How many users are currently in the room |
||
public String |
The type of the room (coresponding to the [RoomType(...)] attribute assignd to the room) |
RoomInfo.getId
public String |
|
The id of the room
RoomInfo.getOnlineUsers
public int |
|
How many users are currently in the room
RoomInfo.getRoomData
public Map<String,String> |
|
How many users are currently in the room
RoomInfo.getRoomType
public String |
|
The type of the room (coresponding to the [RoomType(...)] attribute assignd to the room)