InterstitialAdUnit

public class InterstitialAdUnit : AdUnit, BannerBasedAdUnitProtocol, VideoBasedAdUnitProtocol

Represents an interstitial ad unit built for original type of integration.

SKAdNetwork

  • A flag that determines whether SKOverlay should be supported

    Declaration

    Swift

    public var supportSKOverlay: Bool { get set }
  • Initializes a new interstitial ad unit with a unique configuration identifier.

    Declaration

    Swift

    public init(configId: String)

    Parameters

    configId

    The unique identifier for the ad unit configuration.

  • Initializes a new interstitial ad unit with a minimum width and height percentage.

    Declaration

    Swift

    public convenience init(configId: String, minWidthPerc: Int, minHeightPerc: Int)

    Parameters

    configId

    The unique identifier for the ad unit configuration.

    minWidthPerc

    The minimum width percentage of the ad.

    minHeightPerc

    The minimum height percentage of the ad.

Prebid Impression Tracking

SKAdNetwork

  • Activates Prebid’s SKAdNetwork StoreKit ads flow.

    Ensure this method is called before presenting interstitials.

    This feature is not available for video ads.

    Declaration

    Swift

    public func activatePrebidSKAdNetworkStoreKitAdsFlow()

SKOverlay