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

Uses of ItemDataResponse in com.amazon.InAppSDK.purchasing
 

Methods in com.amazon.InAppSDK.purchasing with parameters of type ItemDataResponse
abstract  void PurchasingObserver.notifyItemDataResponse(ItemDataResponse itemDataResponse)
           This callback method allows you to be notified when an ItemDataResponse is available for a request that was initiated previously via PurchasingManager.initiateItemDataRequest(java.util.Set).
 void BasePurchasingObserver.notifyItemDataResponse(ItemDataResponse itemDataResponse)