public static abstract @interface

WalletFragmentStyle.BuyButtonAppearance

implements Annotation
com.google.android.gms.wallet.fragment.WalletFragmentStyle.BuyButtonAppearance

Class Overview

Options for buy button appearance.

See also:

Summary

Constants
int ANDROID_PAY_DARK Buy button will use Android Pay assets with a dark background.
int ANDROID_PAY_LIGHT Buy button will use Android Pay assets with a light background.
int ANDROID_PAY_LIGHT_WITH_BORDER Buy button will use Android Pay assets with a light background with a border.
int GOOGLE_WALLET_CLASSIC This constant is deprecated. Google Wallet is deprecated and will be removed.
int GOOGLE_WALLET_GRAYSCALE This constant is deprecated. Google Wallet is deprecated and will be removed.
int GOOGLE_WALLET_MONOCHROME This constant is deprecated. Google Wallet is deprecated and will be removed.
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int ANDROID_PAY_DARK

Buy button will use Android Pay assets with a dark background.

Constant Value: 4 (0x00000004)

public static final int ANDROID_PAY_LIGHT

Buy button will use Android Pay assets with a light background.

Constant Value: 5 (0x00000005)

public static final int ANDROID_PAY_LIGHT_WITH_BORDER

Buy button will use Android Pay assets with a light background with a border.

Constant Value: 6 (0x00000006)

public static final int GOOGLE_WALLET_CLASSIC

This constant is deprecated.
Google Wallet is deprecated and will be removed.

Buy button will use Google Wallet classic assets.

Constant Value: 1 (0x00000001)

public static final int GOOGLE_WALLET_GRAYSCALE

This constant is deprecated.
Google Wallet is deprecated and will be removed.

Buy button will use Google Wallet grayscale assets.

Constant Value: 2 (0x00000002)

public static final int GOOGLE_WALLET_MONOCHROME

This constant is deprecated.
Google Wallet is deprecated and will be removed.

Buy button will use Google Wallet monochrome assets.

Constant Value: 3 (0x00000003)