GoogleMobileAds Framework Reference

GADDebugOptionsViewController

class 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)

    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: GADDebugOptionsViewControllerDelegate? { get set }