AdError

data class AdError(adItem: AdItem?, code: Int, message: String?, adConfig: AdConfig?) : PlayerEvent

Emitted when an error with the ad playback occurs.

Constructors

Link copied to clipboard
fun AdError(adItem: AdItem?, code: Int, message: String?, adConfig: AdConfig? = null)

Properties

Link copied to clipboard
val adConfig: AdConfig? = null

The AdConfig for which an ad error occurred.

Link copied to clipboard
val adItem: AdItem?
Link copied to clipboard
val code: Int

The error code used to identify the error.

Link copied to clipboard
val message: String?

The error message to explain the reason for the error.