Sets debug screen configuration.
configureDebugScreen(config)
The JSON object containing configuration. Set parameters listed , otherwise AATKit uses default values.
AATKitCordova.configureDebugScreen({
"title": "AATKit Cordova Sample App Debug Screen",
"showAdvertisingId": false
});