onRestoreFailure

abstract fun onRestoreFailure(error: AdaptyError, view: AdaptyPaywallView)

This callback is invoked when the restore process fails.

Parameters

error

An AdaptyError object representing the error.

view

An AdaptyPaywallView within which the event occurred.