[[["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."],[],["The `PayApiAvailabilityStatus` interface defines the availability of a Pay API on a device. It provides two integer constants: `AVAILABLE` (value 0), signifying the API is ready for use, and `NOT_ELIGIBLE` (value 2), indicating the user is currently ineligible, but might become eligible later. This interface implements `Annotation` and provides methods such as `annotationType`, `equals`, `hashCode`, and `toString`. These constants provide status of whether a pay API is ready for use.\n"]]