RecaptchaHandle

public classRecaptchaHandleextendsObject
implementsParcelable

Information pertaining to reCAPTCHA handle, which is used to identify the initialized reCAPTCHA service.

Inherited Constant Summary

Field Summary

public static finalCreator<RecaptchaHandle> CREATOR

Public Method Summary

List<String>
getAcceptableAdditionalArgs()
Returns a list of strings indicating the additional argument keys that reCAPTCHA server accepts.
String
getClientPackageName()
Returns the package name of the app that calls reCAPTCHA API.
String
getSiteKey()
Returns the reCAPTCHA Site Key you registered to help protect your application.
void
writeToParcel(Parcelout, int flags)

Inherited Method Summary

Fields

public static finalCreator<RecaptchaHandle> CREATOR

Public Methods

publicList<String> getAcceptableAdditionalArgs()

Returns a list of strings indicating the additional argument keys that reCAPTCHA server accepts.

publicStringgetClientPackageName()

Returns the package name of the app that calls reCAPTCHA API.

publicStringgetSiteKey()

Returns the reCAPTCHA Site Key you registered to help protect your application.

public voidwriteToParcel(Parcelout, int flags)