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

Uses of ContentDownloadResponse in com.amazon.InAppSDK.purchasing
 

Methods in com.amazon.InAppSDK.purchasing with parameters of type ContentDownloadResponse
abstract  void PurchasingObserver.notifyContentDownloadResponse(ContentDownloadResponse contentDownloadResponse)
           This callback method allows you to be notified when a ContentDownloadResponse is available for a request that was initiated previously via PurchasingManager.initiateContentDownloadRequest(String, String).
 void BasePurchasingObserver.notifyContentDownloadResponse(ContentDownloadResponse contentDownloadResponse)