getNonSubscriptionSkusWith

fun Purchases.getNonSubscriptionSkusWith(    skus: List<String>,     onError: (error: PurchasesError) -> Unit,     onReceiveSkus: (storeProducts: List<StoreProduct>) -> Unit)

Gets the SKUDetails for the given list of non-subscription skus.

Parameters

skus

List of skus

onReceiveSkus

Will be called after fetching SkuDetails

Sources

Link copied to clipboard