getSubscriptionSkusWith
fun Purchases.getSubscriptionSkusWith(skus: List<String>, onError: (<Error class: unknown class>) -> Unit = ON_ERROR_STUB, onReceiveSkus: (storeProducts: List<<Error class: unknown class>>) -> Unit)
Deprecated
Replaced with getProductsWith() which returns both subscriptions and non-subscriptions
Replace with
getProductsWith()Content copied to clipboard
Gets the SKUDetails for the given list of subscription skus.
Parameters
skus
List of skus
onError
Will be called if there was an error with the purchase
onReceiveSkus
Will be called after fetching subscriptions