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
-
The
GADDebugOptionsViewControllerDelegate
protocol handles events from theGADDebugOptionsViewController
, which manages debug settings. -
The primary function of this delegate is to inform when the debug options flow has concluded through the
debugOptionsViewControllerDidDismiss:
method.
GADDebugOptionsViewControllerDelegate
@protocol GADDebugOptionsViewControllerDelegate <NSObject>
Delegate for the GADDebugOptionsViewController.
-
Called when the debug options flow is finished.
Declaration
Swift
func debugOptionsViewControllerDidDismiss(_ controller: DebugOptionsViewController)
Objective-C
- (void)debugOptionsViewControllerDidDismiss: (nonnull GADDebugOptionsViewController *)controller;