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;