WalletObjectsConstants.State

The state of the Wallet Object.

This type is used to determine how a Wallet Object displays in the Google Wallet app. For example, an inactive object no longer displays in the Google Wallet app.

Constant Summary

intACTIVEObject is active and displays in Google Wallet app.
intCOMPLETEDObject has been used and displays with other used and expired objects.
intEXPIREDWallet Object is expired.
intINACTIVEObject is inactive and hidden from view.

Constants

public static final int ACTIVE

Object is active and displays in Google Wallet app.

Constant Value: 1

public static final int COMPLETED

Object has been used and displays with other used and expired objects.

Constant Value: 2

public static final int EXPIRED

Wallet Object is expired. A wallet object may expire if you created it to be active only for a limited time. Object is no longer valid. This limited time object has now expired.

Constant Value: 4

public static final int INACTIVE

Object is inactive and hidden from view.

Constant Value: 5