Skip navigation links
A C G O R S V 

A

android.lib.recaptcha - package android.lib.recaptcha
 

C

createHttpClient() - Method in class android.lib.recaptcha.ReCaptcha
Returns a new instance of HttpClient for downloading ReCaptcha images.

G

getChallenge() - Method in class android.lib.recaptcha.ReCaptcha
Returns the challenge previously returned from the server.
getImageToken() - Method in class android.lib.recaptcha.ReCaptcha
Returns the image token previously returned from the server.

O

onAnswerVerified(boolean) - Method in interface android.lib.recaptcha.ReCaptcha.OnVerifyAnswerListener
Called when an answer entered by the user to solve the CAPTCHA displayed is verified.
onChallengeShown(boolean) - Method in interface android.lib.recaptcha.ReCaptcha.OnShowChallengeListener
Called when an attempt to show a CAPTCHA is completed.

R

ReCaptcha - Class in android.lib.recaptcha
ReCaptcha extends ImageView to let you embed a CAPTCHA in your applications in order to protect them against spam and other types of automated abuse.
ReCaptcha(Context) - Constructor for class android.lib.recaptcha.ReCaptcha
 
ReCaptcha(Context, AttributeSet) - Constructor for class android.lib.recaptcha.ReCaptcha
 
ReCaptcha(Context, AttributeSet, int) - Constructor for class android.lib.recaptcha.ReCaptcha
 
ReCaptcha.OnShowChallengeListener - Interface in android.lib.recaptcha
Listener that is called when an attempt to show a CAPTCHA is completed.
ReCaptcha.OnVerifyAnswerListener - Interface in android.lib.recaptcha
Listener that is called when an answer entered by the user to solve the CAPTCHA displayed is verified.
ReCaptchaException - Exception in android.lib.recaptcha
Exception to send when the downloaded CAPTCHA content is malformed.
ReCaptchaException() - Constructor for exception android.lib.recaptcha.ReCaptchaException
 
ReCaptchaException(String) - Constructor for exception android.lib.recaptcha.ReCaptchaException
 
ReCaptchaException(String, Throwable) - Constructor for exception android.lib.recaptcha.ReCaptchaException
 
ReCaptchaException(Throwable) - Constructor for exception android.lib.recaptcha.ReCaptchaException
 

S

showChallenge(String) - Method in class android.lib.recaptcha.ReCaptcha
Downloads and shows a CAPTCHA image.
showChallengeAsync(String, ReCaptcha.OnShowChallengeListener) - Method in class android.lib.recaptcha.ReCaptcha
Downloads and shows a CAPTCHA image asynchronously.

V

verifyAnswer(String, String) - Method in class android.lib.recaptcha.ReCaptcha
Checks whether the answer entered by the user is correct after your application is successfully displaying reCAPTCHA.
verifyAnswerAsync(String, String, ReCaptcha.OnVerifyAnswerListener) - Method in class android.lib.recaptcha.ReCaptcha
Checks asynchronously whether the answer entered by the user is correct after your application is successfully displaying reCAPTCHA.
A C G O R S V 
Skip navigation links