java.lang.Object | |
↳ | com.google.android.gms.wallet.fragment.WalletFragmentState |
State of WalletFragment
.
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 | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.
The fragment has been initialized and its UI components are ready for user interaction.
The fragment starts in this state. UI components are disabled.
Only returned before onStart
is called or if Google Play Services is
unavailable or requires update.
Wallet service is temporarily not available. UI components are disabled.