PlayerIO

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

Objective-C Client Reference

Multiplayer  class documentationClass PIORoomInfo

Language: Objective-C

Information about a room returned from listRooms

Methods

 
- (NSString*)
id
The id of the room
- (NSUInteger)
onlineUsers
How many users are currently in the room
- (NSDictionary*)
roomData
How many users are currently in the room
- (NSString*)
roomType
The type of the room (coresponding to the [RoomType(...)] attribute assignd to the room)

id

The id of the room

Return Value

NSString*

onlineUsers

How many users are currently in the room

Return Value

NSUInteger

roomData

How many users are currently in the room

Return Value

NSDictionary*

roomType

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

Return Value

NSString*