PlayerIO

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

Objective-C Client Reference

Multiplayer  class documentationClass PIOYahoo

Language: Objective-C

The Yahoo Service.

Properties

 
payments
Access to Yahoo payments
profiles
Access to Yahoo profiles
relations
Access to Yahoo relations

Methods

 
- (void)
refresh
Refresh Profiles and Relations.
- (void)
refreshWithSuccessBlock:
Refresh Profiles and Relations.
- (void)
refreshWithSuccessBlock:errorBlock:
Refresh Profiles and Relations.

@property (nonatomic) PIOYahooPayments * payments

Access to Yahoo payments

@property (nonatomic) PIOYahooProfiles * profiles

Access to Yahoo profiles

@property (nonatomic) PIOYahooRelations * relations

Access to Yahoo relations

refresh

Refresh Profiles and Relations.

refreshWithSuccessBlock:

Refresh Profiles and Relations.

Arguments

void(^)() successBlock
Callback block that will be called when the refresh is complete.

refreshWithSuccessBlock:errorBlock:

Refresh Profiles and Relations.

Arguments

void(^)() successBlock
Callback block that will be called when the refresh is complete.
void(^)(PIOError*) errorBlock
Callback block that will be called if the refresh fails.