AI-generated Key Takeaways
-
The content describes various interfaces and classes related to Wallet objects functionality within the Google Play services SDK.
-
Interfaces include types for loyalty points balance, the entry point for Wallet object functionality, and constants used by wallet objects.
-
Classes are provided to represent different data structures such as label values, label value rows, loyalty points and balances, text module data, time intervals, URIs, and messages associated with wallet objects.
-
Builder classes are available for creating instances of specific data structures like LabelValueRow, LoyaltyPoints, LoyaltyPointsBalance, and WalletObjectMessage.
Interfaces
| LoyaltyPointsBalance.Type | Type of the loyalty points balance. |
| WalletObjects | Entry point for Wallet objects functionality. |
| WalletObjectsConstants | Collection of constant values used by wallet objects. |
| WalletObjectsConstants.State | The state of the Wallet Object. |
Classes
| LabelValue | Parcelable representing label value. |
| LabelValueRow | Parcelable representing label value row data. |
| LabelValueRow.Builder | Builder to create an LabelValueRow
. |
| LoyaltyPoints | Parcelable representing the loyalty reward points label, balance, and type. |
| LoyaltyPoints.Builder | Builder to create a LoyaltyPoints
. |
| LoyaltyPointsBalance | Parcelable representing loyalty points balance. |
| LoyaltyPointsBalance.Builder | Builder to create a LoyaltyPointsBalance
. |
| TextModuleData | Parcelable representing data for text module associated with wallet object. |
| TimeInterval | Parcelable representing a time interval. |
| UriData | Parcelable representing an uri. |
| WalletObjectMessage | Parcelable representing a message associated with the wallet object. |
| WalletObjectMessage.Builder | Builder to create a WalletObjectMessage
. |

