public static abstract @interface WalletFragmentStyle.BuyButtonText implements Annotation
Options for text displayed on the buy button.
See Also
Constant Summary
int | BUY_WITH | "Buy with" |
int | DONATE_WITH | "Donate with" |
int | LOGO_ONLY | Only the logo with no text. |
Inherited Method Summary
Constants
public static final int BUY_WITH
"Buy with"
Constant Value: 5
public static final int DONATE_WITH
"Donate with"
Constant Value: 7
public static final int LOGO_ONLY
Only the logo with no text.
Supported only by Android Pay BuyButtonAppearance
s.
Constant Value: 6