Uses of Class
com.amazon.InApp.transaction.PurchaseResponse

Uses of PurchaseResponse in com.amazon.InApp.transaction
 

Methods in com.amazon.InApp.transaction with parameters of type PurchaseResponse
abstract  void TransactionObserver.notifyPurchaseResponse(PurchaseResponse purchaseResponse)
           This callback method allows you to be notified when a PurchaseResponse is available for a purchase that was initiated previously via TransactionManager.initiatePurchaseRequest(String).
 void BaseTransactionObserver.notifyPurchaseResponse(PurchaseResponse purchaseResponse)