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

Uses of ContentDownloadResponse in com.amazon.InApp.transaction
 

Methods in com.amazon.InApp.transaction with parameters of type ContentDownloadResponse
abstract  void TransactionObserver.notifyContentDownloadResponse(ContentDownloadResponse contentDownloadResponse)
           This callback method allows you to be notified when a ContentDownloadResponse is available for a request that was initiated previously via TransactionManager.initiateContentDownloadRequest(String, String).
 void BaseTransactionObserver.notifyContentDownloadResponse(ContentDownloadResponse contentDownloadResponse)