getNonSubscriptionSkusWith
fun Purchases.getNonSubscriptionSkusWith(skus: List<String>, onError: (<Error class: unknown class>) -> Unit, 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 StoreProduct for the given list of non-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 StoreProduct