Public Member Functions

<OFAbridgedHighScoreDelegate> Protocol Reference

#import <OFAbridgedHighScore.h>

List of all members.

Public Member Functions

(void) - didGetProfilePicture:OFAbridgedHighScore:
(void) - didFailGetProfilePictureOFAbridgedHighScore:

Detailed Description

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


Member Function Documentation

- (void) didFailGetProfilePictureOFAbridgedHighScore: (OFAbridgedHighScore *)  score [optional]

Invoked when getProfilePicture fails

Parameters:
scoreThe OFAbridgedHighScore for which the image was requested.
- (void) didGetProfilePicture: (UIImage *)  image
OFAbridgedHighScore: (OFAbridgedHighScore *)  score 
[optional]

Invoked when getProfilePicture successfully completes

Parameters:
imageThe image requested
scoreThe OFAbridgedHighScore that the image belongs to

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