ProductDetailsListener
public interface ProductDetailsListener
com.gaa.sdk.iap.ProductDetailsListener
It is a listener for the result of in-app product detail requests.
Public methods
onProductDetailsResponse
void onProductDetailsResponse( iapResult, List<> productDetailList)
It is called up to notify that the request for in-app product details has completed.
Parameters:
iapResult
Results of requested work
productDetailList
List of in-app product details
Last updated