parseAsWebPurchaseRedemption

actual fun parseAsWebPurchaseRedemption(url: String): <Error class: unknown class>?
expect fun parseAsWebPurchaseRedemption(url: String): <Error class: unknown class>?

Given a url string, parses it and returns a WebPurchaseRedemption, which can be used to redeem a web purchase using Purchases.redeemWebPurchase

Return

A parsed WebPurchaseRedemption or null if it's not a valid RevenueCat web purchase redemption url.

actual fun parseAsWebPurchaseRedemption(url: String): <Error class: unknown class>?