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