Public Member Functions

<OFPlayedGameDelegate> Protocol Reference

#import <OFPlayedGame.h>

List of all members.

Public Member Functions

(void) - didGetFeaturedGames:
(void) - didFailGetFeaturedGames
(void) - didGetGameIcon:OFPlayedGame:
(void) - didFailGetGameIconOFPlayedGame:

Detailed Description

Adopt the OFPlayedGameDelegate Protocol to receive information regarding OFPlayedGame. You must call OFPlayedGames's +(void)setDelegate: method to receive information.


Member Function Documentation

- (void) didFailGetFeaturedGames [optional]

Invoked when getFeatureGames fails.

- (void) didFailGetGameIconOFPlayedGame: (OFPlayedGame *)  game [optional]

Invoked when getGameIcon successfully completes

Parameters:
gameThe OFPlayedGame for which the image was requested.
- (void) didGetFeaturedGames: (NSArray *)  featuredGames [optional]

Invoked when getFeaturedGames successfully completes

Parameters:
NSArrayAn array of OFPlayedGame objects which are featured by your app
- (void) didGetGameIcon: (UIImage *)  image
OFPlayedGame: (OFPlayedGame *)  game 
[optional]

Invoked when getGameIcon successfully completes.

Parameters:
imageThe image requested
gameThe OFPlayedGame that the image belongs to.

The documentation for this protocol was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Properties