logShowPaywall

Call this method to notify Adapty SDK, that particular paywall was shown to user.

Adapty helps you to measure the performance of the paywalls. We automatically collect all the metrics related to purchases except for paywall views. This is because only you know when the paywall was shown to a customer.

Whenever you show a paywall to your user, call .logShowPaywall(paywall) to log the event, and it will be accumulated in the paywall metrics.

Should not be called before activate

See also

Parameters

paywall

A AdaptyPaywall object.

callback

A result containing the optional AdaptyError.