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

Uses of ItemDataResponse in com.amazon.inapp.purchasing
 

Methods in com.amazon.inapp.purchasing with parameters of type ItemDataResponse
abstract  void PurchasingObserver.onItemDataResponse(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.onItemDataResponse(ItemDataResponse itemDataResponse)