public class ShakeItCaptcha extends CaptchaFragment
CaptchaFragment.CaptchaOnClickListenerARG_CUSTOM_LAYOUT, ARG_CUSTOM_TEXT, ARG_GONE_ON_SUCCESS, ARG_VIEW_BLOCKING_METHOD, ARG_VIEW_ID, BLOCKING_METHOD_DISABLED, BLOCKING_METHOD_GONE, BLOCKING_METHOD_INVISIBLE, BLOCKING_METHOD_ONCLICK_CALLBACK| Constructor and Description |
|---|
ShakeItCaptcha() |
| Modifier and Type | Method and Description |
|---|---|
protected android.view.View |
generateCaptchaView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState)
Generates the initial captcha view
|
void |
onAttach(android.app.Activity activity) |
void |
onDetach() |
protected void |
refreshCaptchaView()
Refresh captcha content for example in case of failure.
|
captchaOK, captchaWrong, isItPass, onCreate, onCreateViewprotected android.view.View generateCaptchaView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState)
CaptchaFragmentgenerateCaptchaView in class CaptchaFragmentprotected void refreshCaptchaView()
CaptchaFragmentrefreshCaptchaView in class CaptchaFragmentpublic void onAttach(android.app.Activity activity)
onAttach in class CaptchaFragmentpublic void onDetach()
onDetach in class CaptchaFragment