onLoadingProductsFailure

open override fun onLoadingProductsFailure(error: AdaptyError, context: Context): Boolean

This callback is invoked in case of errors during the products loading process.

Return

true, if you want to retry products fetching. The default implementation returns false.

Parameters

error

An AdaptyError object representing the error.

context

A UI Context within which the event occurred.