#import <OFChallenge.h>
Public Member Functions | |
(void) | - didSendChallenge: |
(void) | - didFailSendChallenge: |
(void) | - didDownloadChallengeData:OFChallenge: |
(void) | - didFailDownloadChallengeDataOFChallenge: |
Adopt the OFChallengeDelegate Protocol to receive information regarding OFChallenge. You must call OFChallenge's +(void)setDelegate: method to receive information.
- (void) didDownloadChallengeData: | (NSData *) | data | |
OFChallenge: | (OFChallenge *) | challenge | |
[optional] |
- (void) didFailDownloadChallengeDataOFChallenge: | (OFChallenge *) | challenge | [optional] |
- (void) didFailSendChallenge: | (OFChallenge *) | challenge | [optional] |
Invoked by an OFChallenge class when sendChallenge fails.
- (void) didSendChallenge: | (OFChallenge *) | challenge | [optional] |
Invoked by an OFChallenge class when sendChallenge successfully completes.