JWPlayerAdImpression
@objcMembers
public class JWPlayerAdImpression : JWAdImpression
A description of an ad impression from the JW Player Ad Client.
-
An array of the AdSystems specified in any utilized ad wrappers; index denotes level of wrapper.
Declaration
Swift
public internal(set) var wrappers: [String] { get }
-
The version of VAST specified in the VAST XML.
Declaration
Swift
public internal(set) var vastVersion: String! { get }
-
URL of the currently playing media file
Declaration
Swift
public internal(set) var mediaFile: URL! { get }