public final class

WalletFragmentOptions

extends Object
implements Parcelable Parcelable
java.lang.Object
   ↳ com.google.android.gms.wallet.fragment.WalletFragmentOptions

Class Overview

Defines configurations for WalletFragment. You can pass the options in using the static factory method newInstance(WalletFragmentOptions). If you add a Wallet fragment using XML, you can apply these options using custom XML tags.

See @{link com.google.android.gms.R.styleable#WalletFragmentOptions}

Summary

Nested Classes
class WalletFragmentOptions.Builder Builder for building WalletFragmentOptions
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<WalletFragmentOptions> CREATOR
Public Methods
int getEnvironment()
WalletFragmentStyle getFragmentStyle()
int getMode()
int getTheme()
static WalletFragmentOptions.Builder newBuilder()
Returns a new builder for building a WalletFragmentOptions.
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<WalletFragmentOptions> CREATOR

Public Methods

public int getEnvironment ()

Returns
int

public WalletFragmentStyle getFragmentStyle ()

public int getMode ()

Returns
int

public int getTheme ()

Returns
int

public static WalletFragmentOptions.Builder newBuilder ()

Returns a new builder for building a WalletFragmentOptions.

Returns
WalletFragmentOptions.Builder

public void writeToParcel (Parcel dest, int flags)

Parameters
dest Parcel
flags int