com.google.android.gms.pay
Stay organized with collections
Save and categorize content based on your preferences.
Annotations
Interfaces
Classes
Enums
Indicates what the product is called in this
market
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["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."],[[["\u003cp\u003eThe Pay API, accessible through the \u003ccode\u003ePayClient\u003c/code\u003e interface, enables integration with Google Pay for various functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThis API provides tools to check device and account readiness for e-money transactions, manage passes, and interact with the Pay API.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize classes like \u003ccode\u003ePay\u003c/code\u003e and \u003ccode\u003eEmoneyReadiness\u003c/code\u003e alongside enums such as \u003ccode\u003ePayClient.ProductName\u003c/code\u003e for a streamlined experience.\u003c/p\u003e\n"],["\u003cp\u003eKey functionalities include determining Pay API availability status, saving passes, and managing e-money readiness.\u003c/p\u003e\n"]]],[],null,["# com.google.android.gms.pay\n\n### Annotations\n\n|--------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [EmoneyReadinessStatus](/android/reference/com/google/android/gms/pay/EmoneyReadinessStatus) | E-money readiness status based on service provider and account. |\n| [PayApiAvailabilityStatus](/android/reference/com/google/android/gms/pay/PayApiAvailabilityStatus) | Pay API availability status on the device. |\n| [PayClient.RequestType](/android/reference/com/google/android/gms/pay/PayClient.RequestType) | All possible request types that will be used by callers of [PayClient.getPayApiAvailabilityStatus(int)](/android/reference/com/google/android/gms/pay/PayClient#getPayApiAvailabilityStatus(int)). |\n| [PayClient.SavePassesResult](/android/reference/com/google/android/gms/pay/PayClient.SavePassesResult) | Possible result codes passed back in `onActivityResult()` when calling [PayClient.savePasses(String, Activity, int)](/android/reference/com/google/android/gms/pay/PayClient#savePasses(java.lang.String,%20android.app.Activity,%20int)) or [PayClient.savePassesJwt(String, Activity, int)](/android/reference/com/google/android/gms/pay/PayClient#savePassesJwt(java.lang.String,%20android.app.Activity,%20int)). |\n| [PayClient.WearWalletIntentSource](/android/reference/com/google/android/gms/pay/PayClient.WearWalletIntentSource) | Intent source for Wear Card Management Activity. |\n\n### Interfaces\n\n|----------------------------------------------------------------------|------------------------|\n| [PayClient](/android/reference/com/google/android/gms/pay/PayClient) | Interface for Pay API. |\n\n### Classes\n\n|----------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|\n| [EmoneyReadiness](/android/reference/com/google/android/gms/pay/EmoneyReadiness) | [Parcelable](//developer.android.com/reference/android/os/Parcelable.html) representing an e-money readiness result. |\n| [Pay](/android/reference/com/google/android/gms/pay/Pay) | Entry point for Pay API. |\n\n### Enums\n\n|----------------------------------------------------------------------------------------------|-----------------------------------------------------|\n| [PayClient.ProductName](/android/reference/com/google/android/gms/pay/PayClient.ProductName) | Indicates what the product is called in this market |"]]