Public Member Functions

<OFChallengeSendDelegate> Protocol Reference

#import <OFChallenge.h>

List of all members.

Public Member Functions

(void) - didSendChallenge:
(void) - didFailSendChallenge:
(void) - didDownloadChallengeData:OFChallenge:
(void) - didFailDownloadChallengeDataOFChallenge:

Detailed Description

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


Member Function Documentation

- (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.


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