public static final class

Wallet.WalletOptions

extends Object
implements Api.ApiOptions.HasAccountOptions
java.lang.Object
   ↳ com.google.android.gms.wallet.Wallet.WalletOptions

Class Overview

Options for using the Wallet API. To create an instance, use the Wallet.WalletOptions.Builder.

Summary

Nested Classes
class Wallet.WalletOptions.Builder Wallet builder. 
Fields
public final int environment The environment to use.
public final int theme The theme to use for Wallet running on Android OS with SDK_INT >= HONEYCOMB.
Public Methods
boolean equals(Object other)
Account getAccount()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.android.gms.common.api.Api.ApiOptions.HasAccountOptions

Fields

public final int environment

The environment to use. Specify ENVIRONMENT_TEST until you have applied for and been granted access to the Production environment. Defaults to ENVIRONMENT_TEST.

public final int theme

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.

Public Methods

public boolean equals (Object other)

Parameters
other Object
Returns
boolean

public Account getAccount ()

Returns
Account

public int hashCode ()

Returns
int