-
- All Implemented Interfaces:
-
java.io.Serializable,org.forgerock.android.auth.callback.Callback
public class ReCaptchaCallback extends AbstractCallback
Callback designed for usage with the ReCaptchaNode.
-
-
Constructor Summary
Constructors Constructor Description ReCaptchaCallback(JSONObject raw, int index)Constructor that creates a ReCaptchaCallback.
-
Method Summary
-
-
Constructor Detail
-
ReCaptchaCallback
ReCaptchaCallback(JSONObject raw, int index)
Constructor that creates a ReCaptchaCallback.
-
-
Method Detail
-
proceed
void proceed(Context context, FRListener<Void> listener)
Proceed to trigger the ReCAPTCHA
- Parameters:
context- The Application Contextlistener- Listener to lister for ReCAPTCHA result event.
-
-
-
-