#import <OFPlayedGame.h>
List of all members.
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:
-
- (void) didGetFeaturedGames: |
|
(NSArray *) |
featuredGames |
[optional] |
Invoked when getFeaturedGames successfully completes
- Parameters:
-
NSArray | An array of OFPlayedGame objects which are featured by your app |
- (void) didGetGameIcon: |
|
(UIImage *) |
image |
OFPlayedGame: |
|
(OFPlayedGame *) |
game |
|
|
| [optional] |
Invoked when getGameIcon successfully completes.
- Parameters:
-
image | The image requested |
game | The OFPlayedGame that the image belongs to. |
The documentation for this protocol was generated from the following file: