AdDebugOptions
Debug and test options for the SDK. testMode does not force GMA to serve test ads by itself — it only enables UMP's debug consent-gathering settings. Google's SDK determines whether a request is a test request from the device's registration in GlobalRequestConfiguration.testDeviceIds (Android/iOS emulators and simulators qualify automatically; physical devices require the device's hashed test-device ID, printed to logcat/console on an unregistered request). If testMode is true and no test device IDs are configured, the SDK logs a warning at initialization rather than silently doing nothing — see dev.avinya.ads.TestAdIds for a ready-made safe configuration.
Constructors
Properties
Force UMP debug geography for testing consent flows.
Test device IDs for UMP consent form testing.
Show Ad Inspector entry points in the ad UI.
Enables UMP debug consent settings (requires consentTestDeviceIds or consentDebugGeography to actually change behavior). Does not force GMA to serve test ads — populate GlobalRequestConfiguration.testDeviceIds for that. Default false — only enable for development/testing.