Initialization
Initialize AATKit
this.platform.ready().then(() => {
console.log("[AATKit] platform is ready.");
var aatkit = new AATKitIonic();
aatkit.setDebugEnabled(true);
aatkit.initWithConfiguration({
"testModeAccountId": 136,
"useGeoLocation": false,
});
...
});Last updated