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