PlayerIO

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

Objective-C Client Reference

Multiplayer  class documentationClass PIOYahooProfile

Language: Objective-C

A Yahoo Profile

Properties

 
avatarUrl
The url to the avatar of the user
countryCode
The country code of the user
displayName
The displayname of the user
lastOnline
When was this user last seen
userId
The userId of the user

@property (nonatomic) NSString * avatarUrl

The url to the avatar of the user

@property (nonatomic) NSString * countryCode

The country code of the user

@property (nonatomic) NSString * displayName

The displayname of the user

@property (nonatomic) NSDate * lastOnline

When was this user last seen

@property (nonatomic) NSString * userId

The userId of the user