AI-generated Key Takeaways
-
Annotations like EmoneyReadinessStatus and PayApiAvailabilityStatus provide status information related to e-money and the Pay API.
-
Interfaces such as PayClient serve as the interface for the Pay API.
-
Classes like EmoneyReadiness represent results and Pay acts as the entry point for the Pay API.
-
The ProductName enum indicates the product name in a given market.
Annotations
| EmoneyReadinessStatus | E-money readiness status based on service provider and account. |
| PayApiAvailabilityStatus | Pay API availability status on the device. |
| PayClient.RequestType | All possible request types that will be used by
callers of
PayClient.getPayApiAvailabilityStatus(int). |
| PayClient.SavePassesResult | Possible result codes passed back in
onActivityResult() when calling
PayClient.savePasses(String, Activity, int) or
PayClient.savePassesJwt(String, Activity, int). |
| PayClient.WearWalletIntentSource | Intent source for Wear Card Management Activity. |
Interfaces
| PayClient | Interface for Pay API. |
Classes
| EmoneyReadiness | Parcelable
representing an e-money readiness result. |
| Pay | Entry point for Pay API. |
Enums
| PayClient.ProductName | Indicates what the product is called in this market |