onRenderingError

open override fun onRenderingError(error: AdaptyError, context: Context)

This callback is invoked in case of errors during the screen rendering process.

Parameters

error

An AdaptyError object representing the error.

context

A UI Context within which the event occurred.