GoogleMobileAds Framework Reference

  • GADMediationInterstitialAd is a protocol for rendered interstitial ads.

  • The primary function is presentFromViewController:, which displays the ad from a given UIViewController.

GADMediationInterstitialAd

@protocol GADMediationInterstitialAd <GADMediationAd>

Rendered interstitial ad.

  • Presents the receiver from the view controller.

    Declaration

    Swift

    func present(from viewController: UIViewController)

    Objective-C

    - (void)presentFromViewController:(nonnull UIViewController *)viewController;