#import <OFChallengeDefinition.h>
List of all members.
Detailed Description
Adopt the OFChallengeDefinitionDelegate Protocol to receive information regarding OFChallengeDefinition. You must call OFChallengeDefinition's +(void)setDelegate: method to receive information.
Member Function Documentation
- (void) didDownloadAllChallengeDefinitions: |
|
(NSArray *) |
challengeDefinitions |
[optional] |
- (void) didFailDownloadChallengeDefinition |
|
|
[optional] |
- (void) didFailDownloadChallengeDefinitions |
|
|
[optional] |
- (void) didGetIcon: |
|
(UIImage *) |
image |
OFChallengeDefintion: |
|
(OFChallengeDefinition *) |
challengeDef |
|
|
| [optional] |
Invoked when getIcon completes successfully
- Parameters:
-
image | The icon image for the challenge Definition |
challengeDef | The challenge definition the image belongs to. |
Invoked when getIcon fails
- Parameters:
-
The documentation for this protocol was generated from the following file: