public class ReCaptchaCallback extends AbstractCallback
_id, content, VALUE| Constructor and Description |
|---|
ReCaptchaCallback() |
ReCaptchaCallback(org.json.JSONObject raw,
int index)
Constructor that creates a
ReCaptchaCallback. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReCaptchaSiteKey()
Retrieves the specified site key.
|
java.lang.String |
getType()
Return the type of the Callback, the type name should align with the Callback type returned
from AM
|
void |
proceed(android.content.Context context,
FRListener<java.lang.Void> listener)
Proceed to trigger the ReCAPTCHA
|
protected void |
setAttribute(java.lang.String name,
java.lang.Object value) |
get_id, getContent, getContentAsJson, getInputValue, getInputValue, getName, setContent, setValue, setValuepublic ReCaptchaCallback(org.json.JSONObject raw,
int index)
ReCaptchaCallback.public ReCaptchaCallback()
protected void setAttribute(java.lang.String name,
java.lang.Object value)
setAttribute in class AbstractCallbackpublic void proceed(android.content.Context context,
FRListener<java.lang.Void> listener)
context - The Application Contextlistener - Listener to lister for ReCAPTCHA result event.public java.lang.String getType()
Callbackpublic java.lang.String getReCaptchaSiteKey()