public final class

BuyButtonAppearance

extends Object
java.lang.Object
   ↳ com.google.android.gms.wallet.fragment.BuyButtonAppearance

This class is deprecated.
use WalletFragmentStyle.BuyButtonAppearance instead.

Class Overview

Options for Wallet button appearance.

Summary

Constants
int CLASSIC This constant is deprecated. use GOOGLE_WALLET_CLASSIC instead.
int GRAYSCALE This constant is deprecated. use GOOGLE_WALLET_GRAYSCALE instead.
int MONOCHROME This constant is deprecated. use GOOGLE_WALLET_MONOCHROME instead.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int CLASSIC

This constant is deprecated.
use GOOGLE_WALLET_CLASSIC instead.

Buy button will use Google Wallet classic assets.

Constant Value: 1 (0x00000001)

public static final int GRAYSCALE

This constant is deprecated.
use GOOGLE_WALLET_GRAYSCALE instead.

Buy button will use Google Wallet grayscale assets.

Constant Value: 2 (0x00000002)

public static final int MONOCHROME

This constant is deprecated.
use GOOGLE_WALLET_MONOCHROME instead.

Buy button will use Google Wallet monochrome assets.

Constant Value: 3 (0x00000003)