| Package | playerio |
| Interface | public interface RoomInfo |
See also
| Property | Defined By | ||
|---|---|---|---|
| data : Object [read-only]
Data object for the room. | RoomInfo | ||
| id : String [read-only]
The id of the room. | RoomInfo | ||
| onlineUsers : int [read-only]
How many users are online in this room. | RoomInfo | ||
| roomType : String [read-only]
The room type. | RoomInfo | ||
| serverType : String [read-only]
The server type. | RoomInfo | ||
| Method | Defined By | ||
|---|---|---|---|
toString():String
Returns a formatted overview of the room. | RoomInfo | ||
| data | property |
data:Object [read-only] Data object for the room. These are values that can be defined when the room is created. These values can also be changed on the server.
public function get data():ObjectSee also
| id | property |
id:String [read-only] The id of the room.
public function get id():String| onlineUsers | property |
onlineUsers:int [read-only] How many users are online in this room.
public function get onlineUsers():int| roomType | property |
roomType:String [read-only] The room type.
public function get roomType():String| serverType | property |
serverType:String [read-only] The server type.
public function get serverType():String| toString | () | method |
public function toString():StringReturns a formatted overview of the room.
ReturnsString — String info
|