SMPCaptchaChallengeDelegate protocol

Syntax

@protocol SMPCaptchaChallengeDelegate

Members

All members of SMPCaptchaChallengeDelegate, including inherited members.

Methods
Method Description
- (NSString *) didReceiveCaptchaChallenge: (NSString *) base64ImageString The captcha challenge delegate which will be called by the underlying framework when captcha challenge is required during the user registration.

Usage

The protocol to which any class implementing the Captcha Challenge listeners has to ahdhere to This protocol has to be adhered to by any class that implements the captcha challenge delegates.