getSkuDetails

fun getSkuDetails(context: Context, skuList: List<String>)

Starts the process to get the details of products based on their sku (id).

Parameters

context

Context.

skuList

List with the skus (ids) of the products of which you want to obtain the details. The result is informed by onSkuDetails() of the listener.