GoogleMobileAds Framework Reference

GADDebugOptionsViewController

@interface GADDebugOptionsViewController : UIViewController

Displays debug options to the user.

  • Creates and returns a GADDebugOptionsViewController object initialized with the ad unit ID.

    Declaration

    Objective-C

    + (nonnull instancetype)debugOptionsViewControllerWithAdUnitID:
        (nonnull NSString *)adUnitID;

    Parameters

    adUnitID

    An ad unit ID for the Google Ad Manager account that is being configured with debug options.

  • Delegate for the debug options view controller.

    Declaration

    Objective-C

    @property (readwrite, nonatomic, nullable)
        id<GADDebugOptionsViewControllerDelegate>
            delegate;