Class: kfxUtilities

kfxCordova.kfxUtilities()

new kfxUtilities()

Methods

(static) createAppStatsObject()

this method is used to get the instance of app stats object
Example
var appStatsInstance = kfxCordova.kfxUtilities.createAppStatsObject();

(static) createLicense()

this method is used to get the instance of license
Example
var licenseInstance = kfxCordova.kfxUtilities.createLicense();

(static) createLogging()

this method is used to get the instance of logging
Example
var loggingInstance = kfxCordova.kfxUtilities.createLogging();