Player Module
/
com.bitmovin.player.api.event
/
PlayerEvent
/
AdError
Ad
Error
data class
AdError
(adItem:
AdItem
?, code:
Int
, message:
String
?, adConfig:
AdConfig
?) :
PlayerEvent
Content copied to clipboard
Emitted when an error with the ad playback occurs.
Constructors
Properties
Inherited properties
Constructors
AdError
Link copied to clipboard
fun
AdError
(adItem:
AdItem
?, code:
Int
, message:
String
?, adConfig:
AdConfig
? = null)
Content copied to clipboard
Properties
adConfig
Link copied to clipboard
val
adConfig
:
AdConfig
? = null
Content copied to clipboard
The
AdConfig
for which an ad error occurred.
adItem
Link copied to clipboard
val
adItem
:
AdItem
?
Content copied to clipboard
code
Link copied to clipboard
val
code
:
Int
Content copied to clipboard
The error code used to identify the error.
message
Link copied to clipboard
val
message
:
String
?
Content copied to clipboard
The error message to explain the reason for the error.
Inherited properties
timestamp
Link copied to clipboard
var
timestamp
:
Long
Content copied to clipboard
The time at which the event was emitted.