GoogleMobileAds Framework Reference

  • GADMediationAppOpenAd is a protocol for rendered app open ads.

  • It provides a method, presentFromViewController:, to display the ad from a specified view controller.

GADMediationAppOpenAd

@protocol GADMediationAppOpenAd <GADMediationAd>

Rendered app open ad.

  • Presents the receiver from the view controller.

    Declaration

    Swift

    func present(from viewController: UIViewController)

    Objective-C

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