onSkuDetails

abstract fun onSkuDetails(skuDetails: List<SkuDetails>?)

Informs the details of the products (title, price, description, etc.). It's invoked after requesting products details with Premium.Controller.getSkuDetails().

Parameters

skuDetails

List with details of the products, or null if products details could not be obtained.