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