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
-
GADDebugOptionsViewControllerDelegateis a protocol for the delegate ofGADDebugOptionsViewController. -
The protocol includes a method
debugOptionsViewControllerDidDismiss:which is called when the debug options flow is finished.
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;