public interface SkuDetailsResponseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onSkuDetailsResponse(int responseCode,
List<SkuDetails> skuDetailsList)
Called to notify that a fetch SKU details operation has finished.
|
void onSkuDetailsResponse(int responseCode,
List<SkuDetails> skuDetailsList)
responseCode - Response code of the update.skuDetailsList - List of SKU details.