RecaptchaResultData

  • RecaptchaResultData provides information about reCAPTCHA results and implements the Parcelable interface.

  • It includes a CREATOR field for Parcelable implementation and a constructor that takes a String token.

  • The class has a public method, getTokenResult, which returns a reCAPTCHA token.

public class RecaptchaResultData extends Object
implements Parcelable

Information pertaining to reCAPTCHA result data.

Inherited Constant Summary

Field Summary

public static final Creator < RecaptchaResultData > CREATOR

Public Constructor Summary

Public Method Summary

String
getTokenResult ()
Returns a reCAPTCHA token.
void
writeToParcel ( Parcel out, int flags)

Inherited Method Summary

Fields

public static final Creator < RecaptchaResultData > CREATOR

Public Constructors

public RecaptchaResultData ( String token)

Public Methods

public String getTokenResult ()

Returns a reCAPTCHA token.

public void writeToParcel ( Parcel out, int flags)

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