public class VerizonMediaEventTypes extends Object
VerizonMedia
Events.Modifier and Type | Class and Description |
---|---|
static class |
VerizonMediaEventTypes.Identifiers
The
VerizonMedia Events Identifiers. |
Modifier and Type | Field and Description |
---|---|
static EventType<VerizonMediaAssetInfoResponseEvent> |
ASSETINFORESPONSE
Fired when a
VerizonMediaAssetInfoResponseEvent occurs. |
static EventType<VerizonMediaPingErrorEvent> |
PINGERROR
Fired when a
VerizonMediaPingErrorEvent occurs. |
static EventType<VerizonMediaPingResponseEvent> |
PINGRESPONSE
Fired when a
VerizonMediaPingResponseEvent occurs. |
static EventType<VerizonMediaPreplayResponseEvent> |
PREPLAYRESPONSE
Fired when a
VerizonMediaPreplayResponseEvent occurs. |
Constructor and Description |
---|
VerizonMediaEventTypes() |
Modifier and Type | Method and Description |
---|---|
static <any> |
getRegistry() |
public static final EventType<VerizonMediaPingResponseEvent> PINGRESPONSE
VerizonMediaPingResponseEvent
occurs.public static final EventType<VerizonMediaPreplayResponseEvent> PREPLAYRESPONSE
VerizonMediaPreplayResponseEvent
occurs.public static final EventType<VerizonMediaPingErrorEvent> PINGERROR
VerizonMediaPingErrorEvent
occurs.public static final EventType<VerizonMediaAssetInfoResponseEvent> ASSETINFORESPONSE
VerizonMediaAssetInfoResponseEvent
occurs.