ConfigureDebugScreen
Overview
Syntax
ConfigureDebugScreen(placementName, options)Examples
ConfigureDebugScreen(new AATKitDebugScreenConfiguration("My Title")
{
ShowAdvertisingId = false,
ShowTestMode = false
});Last updated