[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["`RecaptchaResultData` manages reCAPTCHA data, implementing `Parcelable` for data transfer. It contains a `CREATOR` field for object creation and a constructor to initialize with a string token. Key actions involve retrieving a reCAPTCHA token via `getTokenResult()` and writing data to a `Parcel` using `writeToParcel(Parcel out, int flags)`. The class also inherits standard methods from `Object` and `Parcelable`. Two constants `CONTENTS_FILE_DESCRIPTOR` and `PARCELABLE_WRITE_RETURN_VALUE` are implemented by `Parcelable` interface.\n"]]