Last updated 6 months ago
Sets debug screen configuration.
ConfigureDebugScreen(placementName, options)
configuration (REQUIRED)
Object used to set up debug screen configuration.
returns void
ConfigureDebugScreen(new AATKitDebugScreenConfiguration("My Title") { ShowAdvertisingId = false, ShowTestMode = false });