Initializing the Cordova Client SDK

Initialize Quantum Fabric client with the following code, and start using the services provided in Quantum Fabric. The initialization method fetches the configuration from Quantum Fabric, and saves it in the cache. Later, the application uses the cached configuration. It is a synchronous call.

init

 //Sample code to initialize Quantum Fabric Client
konySDKObject = new kony.sdk();
konySDKObject.init("<appKey>", "<appsecret>", "<serviceURL>", successCallback, errorCallback);