toggle menu
player-android
3.79.0
androidJvm
switch theme
search in API
player-core
/
com.bitmovin.player.api.event
/
PlayerEvent
/
AdSkipped
Ad
Skipped
data
class
AdSkipped
(
val
ad
:
Ad
?
=
null
)
:
PlayerEvent
Emitted when an ad was skipped.
Members
Constructors
Ad
Skipped
Link copied to clipboard
constructor
(
ad
:
Ad
?
=
null
)
Properties
ad
Link copied to clipboard
val
ad
:
Ad
?
=
null
The
Ad
that was skipped.