NonLinearAd

public protocol NonLinearAd : Ad

A NonLinearAd is a concrete implementation of an Ad which represents a non linear ad. It extends the properties of the Ad object.

  • The website of the advertiser. Only supported for StaticResource.

    Declaration

    Swift

    var clickThrough: String? { get }