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