| Interface | Description |
|---|---|
| ReCaptcha.OnShowChallengeListener |
Listener that is called when an attempt to show a CAPTCHA
is completed.
|
| ReCaptcha.OnVerifyAnswerListener |
Listener that is called when an answer entered by the user to solve the CAPTCHA
displayed is verified.
|
| Class | Description |
|---|---|
| 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. |
| Exception | Description |
|---|---|
| ReCaptchaException |
Exception to send when the downloaded CAPTCHA content is malformed.
|