AI-generated Key Takeaways
-
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.
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 | |
| String | |
| void |
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.

