com.google.android.gms.ads.purchase.InAppPurchaseListener |
A listener interface for In-App Purchase triggered by ads. The ad can trigger an In-App Purchase
with an InAppPurchase
containing product id(SKU). The application then decides how to
conduct the purchase.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the user clicks an In-App purchase ad.
|
Called when the user clicks an In-App purchase ad.
The publisher is responsible for starting an In-App purchase flow, and calling
recordResolution(int)
or
recordPlayBillingResolution(int)
when the In-App purchase flow is
completed to report the resolution.
inAppPurchase | The InAppPurchase containing the information about the purchase.
|
---|