AdFinished

data class AdFinished(ad: Ad?) : PlayerEvent

Emitted when an ad has finished playback.

Constructors

AdFinished
Link copied to clipboard
fun AdFinished(ad: Ad? = null)

Properties

ad
Link copied to clipboard
val ad: Ad? = null
The Ad that finished playback.

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.