Player Module
/
com.bitmovin.player.api.event
/
PlayerEvent
/
AdSkipped
Ad
Skipped
data class
AdSkipped
(ad:
Ad
?) :
PlayerEvent
Content copied to clipboard
Emitted when an ad was skipped.
Constructors
Properties
Inherited properties
Constructors
AdSkipped
Link copied to clipboard
fun
AdSkipped
(ad:
Ad
? = null)
Content copied to clipboard
Properties
ad
Link copied to clipboard
val
ad
:
Ad
? = null
Content copied to clipboard
The
Ad
that was skipped.
Inherited properties
timestamp
Link copied to clipboard
var
timestamp
:
Long
Content copied to clipboard
The time at which the event was emitted.