public final class

BuyButtonText

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

This class is deprecated.
use WalletFragmentStyle.BuyButtonText instead.

Class Overview

Options for text displayed on the Wallet buy button.

Summary

Constants
int BOOK_NOW This constant is deprecated. Suppport for this text will be removed. Please stop using it.
int BUY_NOW This constant is deprecated. Suppport for this text will be removed. Please stop using it.
int BUY_WITH_GOOGLE This constant is deprecated. use BUY_WITH instead.
int DONATE_WITH_GOOGLE This constant is deprecated. use DONATE_WITH instead.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int BOOK_NOW

This constant is deprecated.
Suppport for this text will be removed. Please stop using it.

"Book now"

Constant Value: 3 (0x00000003)

public static final int BUY_NOW

This constant is deprecated.
Suppport for this text will be removed. Please stop using it.

"Buy now"

Constant Value: 2 (0x00000002)

public static final int BUY_WITH_GOOGLE

This constant is deprecated.
use BUY_WITH instead.

"Buy with Google"

Constant Value: 1 (0x00000001)

public static final int DONATE_WITH_GOOGLE

This constant is deprecated.
use DONATE_WITH instead.

"Donate with Google"

Constant Value: 4 (0x00000004)