VerizonMediaAdEventTypes
@available(*, deprecated, message: "This structure will be removed with the next major release.")
public struct VerizonMediaAdEventTypes
The VerizonMediaAdEvent types.
-
Fired when a
VerizonMediaAdbegins.Declaration
Swift
public static var AD_BEGIN: EventType<VerizonMediaAdBeginEvent> -
Fired when a
VerizonMediaAdends.Declaration
Swift
public static var AD_END: EventType<VerizonMediaAdEndEvent> -
Fired when the first quartile of a
VerizonMediaAdis watched.Declaration
Swift
public static var AD_FIRST_QUARTILE: EventType<VerizonMediaAdFirstQuartileEvent> -
Fired when the
VerizonMediaAdis watched up to the midpoint.Declaration
Swift
public static var AD_MID_POINT: EventType<VerizonMediaAdMidPointEvent> -
Fired when the third quartile of a
VerizonMediaAdis watched.Declaration
Swift
public static var AD_THIRD_QUARTILE: EventType<VerizonMediaAdThirdQuartileEvent> -
Fired when the
VerizonMediaAdis completed.Declaration
Swift
public static var AD_COMPLETE: EventType<VerizonMediaAdCompleteEvent>
VerizonMediaAdEventTypes Structure Reference