VerizonMediaResponseEventTypes
@available(*, deprecated, message: "This structure will be removed with the next major release.")
public struct VerizonMediaResponseEventTypes
The VerizonMediaResponseEvent types.
-
Fired when a
VerizonMediaPreplayResponseis received.Declaration
Swift
public static var PREPLAY_RESPONSE: EventType<VerizonMediaPreplayResponseEvent> -
Fired when a Verizon Media Ping response is received.
Declaration
Swift
public static var PING_RESPONSE: EventType<VerizonMediaPingResponseEvent> -
Fired when a Verizon Media Ping error occurs.
Declaration
Swift
public static var PING_ERROR: EventType<VerizonMediaPingErrorEvent> -
Fired when a
VerizonMediaAssetInfoResponseis received.Declaration
Swift
public static var ASSET_INFO_RESPONSE: EventType<VerizonMediaAssetInfoResponseEvent>
VerizonMediaResponseEventTypes Structure Reference