getSubscriptionSkusWith

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

Gets the SKUDetails for the given list of subscription skus.

Parameters

skus

List of skus

onReceiveSkus

Will be called after fetching subscriptions

Sources

Link copied to clipboard