InterstitialAd

@objc(PBMInterstitialAd)
public protocol InterstitialAd : PrimaryAdRequesterProtocol

Undocumented

  • @abstract Return whether an interstitial is ready for display

    Declaration

    Swift

    var isReady: Bool { get }
  • @abstract PBM SDK calls this method to show the interstitial ad from the ad server SDK @param controller view controller to be used for presenting the interstitial ad

    Declaration

    Swift

    @objc(showFromViewController:)
    func show(from viewController: UIViewController?)
  • @abstract Called by PBM SDK to notify primary ad server.

    Declaration

    Swift

    @objc
    optional func trackImpression()