VideoStarted

data class VideoStarted(val placementId: String) : AdEvent(source)

Native ad video lifecycle events. Currently emitted on iOS only — the Android Next-Gen GMA SDK does not yet expose video lifecycle callbacks; Android support will be added when that API ships.

Constructors

Link copied to clipboard
constructor(placementId: String)

Properties

Link copied to clipboard
open override val placementId: String

The placement that produced this event, or null for global events.