GADDebugOptionsViewControllerDelegate
@protocol GADDebugOptionsViewControllerDelegate <NSObject>
Delegate for the GADDebugOptionsViewController.
-
Called when the debug options flow is finished.
Declaration
Swift
func debugOptionsViewControllerDidDismiss(_ controller: GADDebugOptionsViewController)
Objective-C
- (void)debugOptionsViewControllerDidDismiss: (nonnull GADDebugOptionsViewController *)controller;