java.lang.Object |
↳ |
com.google.android.gms.wallet.fragment.BuyButtonAppearance |
Class Overview
Options for Wallet button appearance.
Summary
Constants |
int |
CLASSIC |
Buy button will use classic assets.
|
int |
GRAYSCALE |
Buy button will use grayscale assets.
|
int |
MONOCHROME |
Buy button will use monochrome assets.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
int
CLASSIC
Buy button will use classic assets.
Constant Value:
1
(0x00000001)
public
static
final
int
GRAYSCALE
Buy button will use grayscale assets.
Constant Value:
2
(0x00000002)
public
static
final
int
MONOCHROME
Buy button will use monochrome assets.
Constant Value:
3
(0x00000003)