public final class

BuyButtonText

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

Class Overview

Options for text displayed on the Wallet buy button.

Summary

Constants
int BOOK_NOW "Book now"
int BUY_NOW "Buy now"
int BUY_WITH_GOOGLE "Buy with Google"
int DONATE_WITH_GOOGLE "Donate with Google"
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int BOOK_NOW

"Book now"

Constant Value: 3 (0x00000003)

public static final int BUY_NOW

"Buy now"

Constant Value: 2 (0x00000002)

public static final int BUY_WITH_GOOGLE

"Buy with Google"

Constant Value: 1 (0x00000001)

public static final int DONATE_WITH_GOOGLE

"Donate with Google"

Constant Value: 4 (0x00000004)