getPaywallProducts
Once you have an AdaptyFlow, fetch corresponding products list using this method.
The order will be the same as in the flow's paywalls. Each product carries the attribution (variation id, name) of its own paywall inside the flow.
Should not be called before activate
Parameters
The AdaptyFlow for which you want to get products.
A result containing the AdaptyPaywallProduct list. You can present them in your UI.
Once you have an AdaptyFlowPaywall, fetch corresponding products list using this method.
The order will be the same as in the paywall. Each product carries the attribution (variation id, name) of that paywall.
Should not be called before activate
Parameters
The AdaptyFlowPaywall for which you want to get products.
A result containing the AdaptyPaywallProduct list. You can present them in your UI.