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.