Page Summary
-
GADMediationInterstitialAd represents a rendered interstitial ad.
-
The
presentFromViewController:method is used to display the ad from a specified 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;