com.google.android.gms.wallet.wobs.WalletObjects |
Entry point for Wallet objects functionality.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Launches a UI allowing the user to save a Loyalty Card wallet object to their Wallet.
|
Launches a UI allowing the user to save a Loyalty Card wallet object to their Wallet.
Parameters | |
---|---|
googleApiClient |
GoogleApiClient : An instance of GoogleApiClient configured to use the Wallet API |
request |
CreateWalletObjectsRequest : An instance of CreateWalletObjectsRequest which specifies actual objects
to be created |
requestCode |
int : will be passed back in onActivityResult(int, int, Intent) where
you can check if request was successful
|