java.lang.Object | |
↳ | com.google.android.gms.wallet.Wallet.WalletOptions |
Options for using the Wallet API. To create an instance, use the
Wallet.WalletOptions.Builder
.
Nested Classes | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Wallet.WalletOptions.Builder |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
environment | The Google Wallet environment to use. | ||||||||||
theme |
The theme to use for Wallet running on Android OS with
SDK_INT
>= HONEYCOMB .
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The Google Wallet environment to use. Specify ENVIRONMENT_SANDBOX
until you have applied for and been granted access to the Production environment.
Defaults to ENVIRONMENT_SANDBOX
.
The theme to use for Wallet running on Android OS with
SDK_INT
>= HONEYCOMB
. The only legitimate values are
THEME_DARK
and THEME_LIGHT
as those are the only supported themes. User-created themes are not supported.
Value ignored for Android OS with SDK_INT
< HONEYCOMB
. Defaults to
THEME_DARK
.