initWithConfiguration
Overview
Syntax
initWithConfiguration(configuration)Examples
AATKitCordova.initWithConfiguration({
"testModeAccountId": 74,
"useGeoLocation": false,
"consentRequired": true,
"consent": {
"type": "managedConsent"
}
});Last updated