CustomRendererError

data class CustomRendererError(val message: String) : AdError

Custom renderer error.

The SDK does not use this error itself. It was created for developers of custom renderers in case AdError does not cover all the necessary error cases.

If you are a renderer developer, you can use this error to notify the application of a specific error related to your renderer.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

Short error description.

Link copied to clipboard

Description of the underlying error.