java.lang.Object |
↳ |
com.google.android.gms.wallet.fragment.WalletFragmentInitParams.Builder |
Summary
[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(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
Specify a Google account name on the device that should be used. If not set, the user might
be asked to select an account if multiple accounts are present on the device.
Parameters |
accountName |
String
|
Sets a MaskedWallet
to be used for displaying masked wallet details. Exactly one of
MaskedWalletRequest or MaskedWallet should be set.
Parameters |
maskedWallet |
MaskedWallet
|
Sets a MaskedWalletRequest
for retrieving the user's masked payment credentials.
Exactly one of MaskedWalletRequest or MaskedWallet should be set.
Parameters |
request |
MaskedWalletRequest
|
Sets a request code to be passed back in onActivityResult for the masked wallet result. This
is required and must be non-negative.
Parameters |
requestCode |
int
|