[EN]ProductDetailsListener
public interface ProductDetailsListener com.gaa.sdk.iap.ProductDetailsListener
A listener for the results of requests related to in-app product details.
Public methods
onProductDetailsResponse
void onProductDetailsResponse(IapResult, List<ProductDetail> productDetailList) Called to notify when the requested work for in-app product details has been completed.
Parameters:
iapResult
Results of requested work
productDetailList
List of in-app product details
Last updated