GoogleMobileAds Framework Reference

  • GADMediationInterstitialAd is a protocol used to display rendered interstitial ads.

  • It provides a single method, present(from:) or presentFromViewController:, for presenting the interstitial ad from a given view controller.

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;