The state of the Wallet Object.
This type is used to determine how a Wallet Object is displayed in the Google Wallet app. For example, an inactive object is no longer displayed in the Google Wallet app.
Constant Summary
int | ACTIVE | Object is active and displayed in Google Wallet app. |
int | COMPLETED | Object has been used and is displayed with other used and expired objects. |
int | EXPIRED | Wallet Object is expired. |
int | INACTIVE | Object is inactive and hidden from view. |
Constants
public static final int ACTIVE
Object is active and displayed in Google Wallet app.
public static final int COMPLETED
Object has been used and is displayed with other used and expired objects.
public static final int EXPIRED
Wallet Object is expired. A wallet object may expire if it was created to be active for limited time only. Object is no longer valid. The object was created for a limited time and is now expired.
public static final int INACTIVE
Object is inactive and hidden from view.