public final class

WalletFragmentState

extends Object
java.lang.Object
   ↳ com.google.android.gms.wallet.fragment.WalletFragmentState

Class Overview

State of WalletFragment.

Summary

Constants
int PROCESSING The user has clicked the buy/change button and is waiting for the result.
int READY The fragment has been initialized and its UI components are ready for user interaction.
int UNINITIALIZED The fragment starts in this state.
int UNKNOWN Only returned before onStart is called or if Google Play Services is unavailable or requires update.
int WALLET_UNAVAILABLE Wallet service is temporarily not available.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int PROCESSING

The user has clicked the buy/change button and is waiting for the result. The buy button will be disabled to prevent further user interaction.

Constant Value: 3 (0x00000003)

public static final int READY

The fragment has been initialized and its UI components are ready for user interaction.

Constant Value: 2 (0x00000002)

public static final int UNINITIALIZED

The fragment starts in this state. UI components are disabled.

Constant Value: 1 (0x00000001)

public static final int UNKNOWN

Only returned before onStart is called or if Google Play Services is unavailable or requires update.

Constant Value: 0 (0x00000000)

public static final int WALLET_UNAVAILABLE

Wallet service is temporarily not available. UI components are disabled.

Constant Value: 4 (0x00000004)