PlayerIO

The fastest way to build online games without breaking a sweat.

Android Client Reference

Android  class documentationClass RoomInfo

Namespace: com.playerio
Language: Java

Information about a room returned from listRooms

Methods

 
public String
getId ()

The id of the room

public int
getOnlineUsers ()

How many users are currently in the room

public Map<String,String>
getRoomData ()

How many users are currently in the room

public String
getRoomType ()

The type of the room (coresponding to the [RoomType(...)] attribute assignd to the room)

RoomInfo.getId

public String
getId ()

The id of the room

RoomInfo.getOnlineUsers

public int
getOnlineUsers ()

How many users are currently in the room

RoomInfo.getRoomData

public Map<String,String>
getRoomData ()

How many users are currently in the room

RoomInfo.getRoomType

public String
getRoomType ()

The type of the room (coresponding to the [RoomType(...)] attribute assignd to the room)