NonLinearAd_Objc

@objc(THEOplayerNonLinearAd)
public protocol NonLinearAd_Objc : Ad_Objc

Represents a non-linear ad in the VAST specification. It extends the properties of the Ad object.

  • The url that redirects to the website of the advertiser.

    Declaration

    Swift

    var clickThrough: String? { get }