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

Uses of PurchaseResponse in com.amazon.InAppSDK.purchasing
 

Methods in com.amazon.InAppSDK.purchasing with parameters of type PurchaseResponse
abstract  void PurchasingObserver.notifyPurchaseResponse(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.notifyPurchaseResponse(PurchaseResponse purchaseResponse)