java.lang.Object | |
↳ | com.google.android.gms.wallet.fragment.WalletFragmentInitParams.Builder |
Builder for building a WalletFragmentInitParams
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Specify a Google account name on the device that should be used.
| |||||||||||
Sets a
MaskedWallet to be used for displaying masked wallet details. | |||||||||||
Sets a
MaskedWalletRequest for retrieving the user's masked payment credentials. | |||||||||||
Sets a request code to be passed back in onActivityResult for the masked wallet result.
|
[Expand]
Inherited 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.
Sets a MaskedWallet
to be used for displaying masked wallet details.
Exactly one of MaskedWalletRequest or MaskedWallet should be set.
Sets a MaskedWalletRequest
for retrieving the user's masked payment credentials.
Exactly one of MaskedWalletRequest or MaskedWallet should be set.
Sets a request code to be passed back in onActivityResult for the masked wallet result. This is required and must be non-negative.