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
AI-generated Key Takeaways
-
GADMediationRewardedAd
protocol represents a rendered rewarded ad ready for presentation. -
It provides a method
presentFromViewController:
to display the rewarded ad within a given view controller.
GADMediationRewardedAd
@protocol GADMediationRewardedAd <GADMediationAd>
Rendered rewarded ad.
-
Undocumented
Declaration
Swift
func present(from viewController: UIViewController)
Objective-C
- (void)presentFromViewController:(nonnull UIViewController *)viewController NS_SWIFT_NAME(present(from:));