SSAIEventType

Identifies SSAI event types used and emitted within the SSAI plugin. Also provides parameter keys for use in event handlers.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val AD_CLICKED: String = "Ad Clicked"
Indicate the action the click the Ad layout by the user.
Link copied to clipboard
val AD_DATA_READY: String = "adDataReady"
Indicate that the ad data response is ready either to support the OnceUX functions or to provide an error indication on why not.
Link copied to clipboard
val CLICK_LINEAR_CREATIVE: String = "clickLinearCreative"
Indicates the action that the linear creative has been clicked by the user.
Link copied to clipboard
val END_AD: String = "endAd"
Indicate that a VMAP <Ad> is ending.
Link copied to clipboard
val END_AD_BREAK: String = "endAdBreak"
Indicate that a VMAP <AdBreak> is ending.
Link copied to clipboard
val END_COMPANION: String = "endCompanion"
Indicate that a VMAP <Companion> is finished.
Link copied to clipboard
val END_LINEAR: String = "endLinear"
Indicate that a VMAP <AdBreak> is ending.
Link copied to clipboard
val RENDERED_COMPANION: String = "renderedCompanion"
Indicate that a companion add has been successfully shown
Link copied to clipboard
val SEND_IMPRESSION: String = "sendImpression"
Indicate that an impression tracking beacon has been sent.
Link copied to clipboard
val SEND_TRACKING_BEACON: String = "sendTrackingBeacon"
Indicate that a tracking beacon has been sent.
Link copied to clipboard
val SKIP_AD: String = "skipAd"
Indicate the action to Skip an Ad triggered by the user.
Link copied to clipboard
val START_AD: String = "startAd"
Indicate that a VAST <Ad> is starting.
Link copied to clipboard
val START_AD_BREAK: String = "startAdBreak"
Indicate that a VMAP <AdBreak> is starting.
Link copied to clipboard
val START_COMPANION: String = "startCompanion"
Indicate that a VMAP <Companion> is at available to be displayed.
Link copied to clipboard
val START_LINEAR: String = "startLinear"
Indicate that a VMAP <Linear> is starting.