public final class

WalletFragmentOptions

extends Object
implements 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.

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 describeContents()
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 describeContents ()

public int getEnvironment ()

public WalletFragmentStyle getFragmentStyle ()

public int getMode ()

public int getTheme ()

public static WalletFragmentOptions.Builder newBuilder ()

Returns a new builder for building a WalletFragmentOptions.

public void writeToParcel (Parcel dest, int flags)