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