public class VerizonMediaAdBreakEventTypes extends Object
VerizonMediaAdBreak
Events.- The class of events regarding aVerizonMediaAdBreak
are the same, they are distinguished by a type property. - This type property is one ofVerizonMediaAdBreakEventTypes.Identifiers
.
Modifier and Type | Class and Description |
---|---|
static class |
VerizonMediaAdBreakEventTypes.Identifiers
The
VerizonMediaAdBreak Events Identifiers. |
Modifier and Type | Field and Description |
---|---|
static EventType<VerizonMediaAdBreakEvent> |
ADBREAK_BEGIN
Fired when
VerizonMediaAdBreakEvent occurs and the type is VerizonMediaAdBreakEventTypes.Identifiers.ADBREAK_BEGIN . |
static EventType<VerizonMediaAdBreakEvent> |
ADBREAK_END
Fired when
VerizonMediaAdBreakEvent occurs and the type is VerizonMediaAdBreakEventTypes.Identifiers.ADBREAK_END . |
static EventType<VerizonMediaAdBreakEvent> |
ADBREAK_SKIP
Fired when
VerizonMediaAdBreakEvent occurs and the type is VerizonMediaAdBreakEventTypes.Identifiers.ADBREAK_SKIP . |
static EventType<VerizonMediaAdBreakEvent> |
UPDATE_ADBREAK
Fired when
VerizonMediaAdBreakEvent occurs and the type is VerizonMediaAdBreakEventTypes.Identifiers.UPDATE_ADBREAK . |
Constructor and Description |
---|
VerizonMediaAdBreakEventTypes() |
Modifier and Type | Method and Description |
---|---|
static <any> |
getRegistry() |
public static final EventType<VerizonMediaAdBreakEvent> ADBREAK_BEGIN
VerizonMediaAdBreakEvent
occurs and the type is VerizonMediaAdBreakEventTypes.Identifiers.ADBREAK_BEGIN
.public static final EventType<VerizonMediaAdBreakEvent> ADBREAK_END
VerizonMediaAdBreakEvent
occurs and the type is VerizonMediaAdBreakEventTypes.Identifiers.ADBREAK_END
.public static final EventType<VerizonMediaAdBreakEvent> ADBREAK_SKIP
VerizonMediaAdBreakEvent
occurs and the type is VerizonMediaAdBreakEventTypes.Identifiers.ADBREAK_SKIP
.public static final EventType<VerizonMediaAdBreakEvent> UPDATE_ADBREAK
VerizonMediaAdBreakEvent
occurs and the type is VerizonMediaAdBreakEventTypes.Identifiers.UPDATE_ADBREAK
.