Player Module
3.22.0
Player Module
/
com.bitmovin.player.api.event
/
PlayerEvent
/
AdFinished
Ad
Finished
data
class
AdFinished
(
ad
:
Ad
?
)
:
PlayerEvent
Content copied to clipboard
Emitted when an ad has finished playback.
Constructors
Properties
Constructors
Ad
Finished
Link copied to clipboard
fun
AdFinished
(
ad
:
Ad
?
=
null
)
Content copied to clipboard
Properties
ad
Link copied to clipboard
val
ad
:
Ad
?
=
null
Content copied to clipboard
The
Ad
that finished playback.