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
Swift
convenience init(adUnitID: String)
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
Swift
@IBOutlet weak var delegate: (any DebugOptionsViewControllerDelegate)? { get set }
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-04 UTC.
[null,null,["Last updated 2025-02-04 UTC."],[[["`GADDebugOptionsViewController` presents debug settings to users, aiding in the configuration and troubleshooting of Google Ad Manager ads."],["It's initialized with an ad unit ID, linking it to a specific ad unit within your Ad Manager account."],["A delegate can be assigned to handle events and updates from the debug options view controller."]]],["The `GADDebugOptionsViewController` displays debug options. It can be initialized with an ad unit ID using `debugOptionsViewControllerWithAdUnitID:`. This method creates a `GADDebugOptionsViewController` object, requiring an `adUnitID` from the Google Ad Manager account. A delegate, specified via the `delegate` property, handles actions related to the debug options view controller. This delegate is defined as a `DebugOptionsViewControllerDelegate`.\n"]]