To discuss and provide feedback on our products, join the official AdMob Discord channel in the Google Advertising and Measurement Community server.
GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Spark icon
Page Summary
-
GADMediationAppOpenAd is a protocol for rendered app open ads.
-
The protocol includes a method
presentFromViewController:used 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;