public class VerizonMediaAdEventTypes extends Object
VerizonMediaAd
Events.- The class of events regarding aVerizonMediaAd
are the same, they are distinguished by a type property. - This type property is one ofVerizonMediaAdEventTypes.Identifiers
.
Modifier and Type | Class and Description |
---|---|
static class |
VerizonMediaAdEventTypes.Identifiers
The
VerizonMediaAd Events Identifiers. |
Constructor and Description |
---|
VerizonMediaAdEventTypes() |
Modifier and Type | Method and Description |
---|---|
static <any> |
getRegistry() |
public static final EventType<VerizonMediaAdEvent> AD_BEGIN
VerizonMediaAdEvent
is received and the type is VerizonMediaAdEventTypes.Identifiers.AD_BEGIN
.public static final EventType<VerizonMediaAdEvent> AD_END
VerizonMediaAdEvent
is received and the type is VerizonMediaAdEventTypes.Identifiers.AD_END
.public static final EventType<VerizonMediaAdEvent> AD_FIRST_QUARTILE
VerizonMediaAdEvent
is received and the type is VerizonMediaAdEventTypes.Identifiers.AD_FIRST_QUARTILE
.public static final EventType<VerizonMediaAdEvent> AD_MIDPOINT
VerizonMediaAdEvent
is received and the type is VerizonMediaAdEventTypes.Identifiers.AD_MIDPOINT
.public static final EventType<VerizonMediaAdEvent> AD_THIRD_QUARTILE
VerizonMediaAdEvent
is received and the type is VerizonMediaAdEventTypes.Identifiers.AD_THIRD_QUARTILE
.public static final EventType<VerizonMediaAdEvent> AD_COMPLETE
VerizonMediaAdEvent
is received and the type is VerizonMediaAdEventTypes.Identifiers.AD_COMPLETE
.