Entry point for Wallet objects functionality.
| abstract void |
createWalletObjects(GoogleApiClient
googleApiClient,
CreateWalletObjectsRequest request, int requestCode)
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.
| googleApiClient | An instance of GoogleApiClient
configured to use the Wallet API |
|---|---|
| request | An instance of CreateWalletObjectsRequest
which specifies actual objects to be created |
| requestCode | will be passed back in
onActivityResult(int, int, Intent) where you can check if request was
successful |