Options for using the Wallet API. To create an instance, use the Wallet.WalletOptions.Builder.
| class | Wallet.WalletOptions.Builder | Wallet builder. | |
| public final int | environment | The environment to use. |
| public final int | theme | The theme to use for Wallet screens. |
| boolean | |
| Account | |
| int |
hashCode()
|
The environment to use. Specify
ENVIRONMENT_TEST until you have applied for and been granted access to the
Production environment. Defaults to
ENVIRONMENT_TEST.
The theme to use for Wallet screens. The only legitimate value is THEME_LIGHT
as this is the only supported theme. User-created themes are not supported. Defaults to
THEME_LIGHT.