getPaywallProducts
fun getPaywallProducts(paywall: AdaptyPaywall, callback: ResultCallback<List<AdaptyPaywallProduct>>)
Once you have an AdaptyPaywall, fetch corresponding products list using this method.
Should not be called before activate
Parameters
paywall
The AdaptyPaywall for which you want to get products.
callback
A result containing the AdaptyPaywallProduct list. You can present them in your UI.