public static abstract @interface

WalletFragmentStyle.BuyButtonText

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

Class Overview

Options for text displayed on the buy button.

See also:

Summary

Constants
int BUY_WITH "Buy with"
int DONATE_WITH "Donate with"
int LOGO_ONLY Only the logo with no text.
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int BUY_WITH

"Buy with"

Constant Value: 5 (0x00000005)

public static final int DONATE_WITH

"Donate with"

Constant Value: 7 (0x00000007)

public static final int LOGO_ONLY

Only the logo with no text.

Supported only by Android Pay BuyButtonAppearances.

Constant Value: 6 (0x00000006)