Package com.brightcove.ssai.event
Class SSAIEventType
java.lang.Object
com.brightcove.ssai.event.SSAIEventType
Identifies SSAI event types used and emitted within the SSAI plugin. Also provides
parameter keys for use in event handlers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Indicate that the ad data response is ready either to support the OnceUX functions or to provide an error indication on why not.static final String
Indicates the action that the linear creative has been clicked by the user.static final String
Indicate that a VMAP <Ad> is ending.static final String
Indicate that a VMAP <AdBreak> is ending.static final String
Indicate that a VMAP <Companion> is finished.static final String
Indicate that a VMAP <AdBreak> is ending.static final String
Indicate that a companion add has been successfully shownstatic final String
Indicate that an impression tracking beacon has been sent.static final String
Indicate that a tracking beacon has been sent.static final String
Indicate the action to Skip an Ad triggered by the user.static final String
Indicate that a VAST <Ad> is starting.static final String
Indicate that a VMAP <AdBreak> is starting.static final String
Indicate that a VMAP <Companion> is at available to be displayed.static final String
Indicate that a VMAP <Linear> is starting. -
Constructor Summary
-
Method Summary
-
Field Details
-
AD_DATA_READY
Indicate that the ad data response is ready either to support the OnceUX functions or to provide an error indication on why not. Properties included are either error information (VMAP_ERRORS, a String) or data (VMAP_RESPONSE, bound to a VMAP object, and VMAP_TIMELINE, bound to a SparseArray<List<Event>> object associating playhead positions with the event list.)- See Also:
-
START_AD
Indicate that a VAST <Ad> is starting. Properties includes the Ad data binding (VAST_AD is the key).- See Also:
-
END_AD
Indicate that a VMAP <Ad> is ending. Properties includes the Ad data binding (VAST_AD is the key).- See Also:
-
START_AD_BREAK
Indicate that a VMAP <AdBreak> is starting. Properties includes the AdBreak data binding (VMAP_AD_BREAK).- See Also:
-
END_AD_BREAK
Indicate that a VMAP <AdBreak> is ending.- See Also:
-
START_COMPANION
Indicate that a VMAP <Companion> is at available to be displayed. Properties includes the Companion data binding (VMAP_COMPANION is the key).- See Also:
-
RENDERED_COMPANION
Indicate that a companion add has been successfully shown- See Also:
-
END_COMPANION
Indicate that a VMAP <Companion> is finished. Properties includes the Companion data binding (VMAP_COMPANION is the key).- See Also:
-
START_LINEAR
Indicate that a VMAP <Linear> is starting. Properties includes the Linear data binding (VAST_LINEAR).- See Also:
-
END_LINEAR
Indicate that a VMAP <AdBreak> is ending. Properties includes the Linear data binding (VAST_LINEAR).- See Also:
-
SEND_IMPRESSION
Indicate that an impression tracking beacon has been sent. Properties includes the Impression data binding (IMPRESSION).- See Also:
-
SEND_TRACKING_BEACON
Indicate that a tracking beacon has been sent. Properties includes the Tracking beacon (VMAP_TRACKING).- See Also:
-
CLICK_LINEAR_CREATIVE
Indicates the action that the linear creative has been clicked by the user.- See Also:
-
SKIP_AD
Indicate the action to Skip an Ad triggered by the user.- See Also:
-
-
Constructor Details
-
SSAIEventType
public SSAIEventType()
-