public final class SSAIEventType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
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.
|
static java.lang.String |
CLICK_LINEAR_CREATIVE
Indicates the action that the linear creative has been clicked by the user.
|
static java.lang.String |
END_AD
Indicate that a VMAP <Ad> is ending.
|
static java.lang.String |
END_AD_BREAK
Indicate that a VMAP <AdBreak> is ending.
|
static java.lang.String |
END_COMPANION
Indicate that a VMAP <Companion> is finished.
|
static java.lang.String |
END_LINEAR
Indicate that a VMAP <AdBreak> is ending.
|
static java.lang.String |
RENDERED_COMPANION
Indicate that a companion add has been successfully shown
|
static java.lang.String |
SEND_IMPRESSION
Indicate that an impression tracking beacon has been sent.
|
static java.lang.String |
SEND_TRACKING_BEACON
Indicate that a tracking beacon has been sent.
|
static java.lang.String |
SKIP_AD
Indicate the action to Skip an Ad triggered by the user.
|
static java.lang.String |
START_AD
Indicate that a VAST <Ad> is starting.
|
static java.lang.String |
START_AD_BREAK
Indicate that a VMAP <AdBreak> is starting.
|
static java.lang.String |
START_COMPANION
Indicate that a VMAP <Companion> is at available to be displayed.
|
static java.lang.String |
START_LINEAR
Indicate that a VMAP <Linear> is starting.
|
Constructor and Description |
---|
SSAIEventType() |
public static final java.lang.String AD_DATA_READY
public static final java.lang.String START_AD
public static final java.lang.String END_AD
public static final java.lang.String START_AD_BREAK
public static final java.lang.String END_AD_BREAK
public static final java.lang.String START_COMPANION
public static final java.lang.String RENDERED_COMPANION
public static final java.lang.String END_COMPANION
public static final java.lang.String START_LINEAR
public static final java.lang.String END_LINEAR
public static final java.lang.String SEND_IMPRESSION
public static final java.lang.String SEND_TRACKING_BEACON
public static final java.lang.String CLICK_LINEAR_CREATIVE
public static final java.lang.String SKIP_AD