Player Module
3.22.0
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
Constructors
Ad
Skipped
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.