validateCaptcha(String) method

Call back method to return the CAPTCHA text for registering the user.

Syntax

String validateCaptcha ( String image )

Parameters

Examples

Usage

Alternately, it can also return ‘null’ in which case, the captcha text has to be stored by the application and a subsequent registerUser(captchaText, isSynchronous) has to be explicitly called on

UserManager

.