Uses of Class
com.amazon.inapp.purchasing.PurchaseResponse

Uses of PurchaseResponse in com.amazon.inapp.purchasing
 

Methods in com.amazon.inapp.purchasing with parameters of type PurchaseResponse
abstract  void PurchasingObserver.onPurchaseResponse(PurchaseResponse purchaseResponse)
           This callback method allows you to be notified when a PurchaseResponse is available for a purchase that was initiated previously via PurchasingManager.initiatePurchaseRequest(String).
 void BasePurchasingObserver.onPurchaseResponse(PurchaseResponse purchaseResponse)