RecaptchaHandle

  • RecaptchaHandle identifies the initialized reCAPTCHA service and implements the Parcelable interface.

  • It includes methods to retrieve acceptable additional arguments, the client package name, and the reCAPTCHA site key.

  • The class provides a CREATOR field for creating instances from a Parcel.

public class RecaptchaHandle extends Object
implements Parcelable

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

Inherited Constant Summary

Field Summary

public static final Creator < 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 ( Parcel out, int flags)

Inherited Method Summary

Fields

public static final Creator < RecaptchaHandle > CREATOR

Public Methods

public List < String > getAcceptableAdditionalArgs ()

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

public String getClientPackageName ()

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

public String getSiteKey ()

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

public void writeToParcel ( Parcel out, int flags)

Create a Mobile Website
View Site in Mobile | Classic
Share by: