com.google.android.gms.wallet.wobs
Stay organized with collections
Save and categorize content based on your preferences.
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."],[[["The Wallet Objects API enables developers to access and manage loyalty points, balances, and other related information."],["The API provides interfaces for defining the type of loyalty points balance and managing the state of Wallet Objects."],["Several classes offer functionality for creating and handling loyalty points, label-value pairs, text modules, time intervals, URIs, and messages associated with Wallet Objects."],["The `WalletObjects` class is the primary entry point for interacting with Wallet Objects functionalities."],["Developers can leverage builder classes such as `LoyaltyPoints.Builder`, `LabelValueRow.Builder`, and `WalletObjectMessage.Builder` to construct relevant data structures efficiently."]]],["This data defines components for Google Wallet objects. Key elements include: `WalletObjects` as the primary entry point, and `WalletObjectsConstants` defining constants like object state. Loyalty point details are managed through `LoyaltyPoints` and `LoyaltyPointsBalance`, with corresponding builders. `LabelValue`, `LabelValueRow`, and their builder facilitate displaying data. `TextModuleData`, `TimeInterval`, `UriData`, and `WalletObjectMessage` represent various types of information associated with wallet objects, including messages.\n"]]