string getLicenseInfo()

Retrieves licensing information for the device that KioWare is running on.

Security

Trust Level Required: Low trust

Return

Returns a JSON-serialized string for an instance of a LicenseInfo object.

Examples

var str = KioWareUtils.getLicenseInfo();
var obj = JSON.parse(str);
alert(obj.sysCode);

Requirements

KioWare for Android version 3.17 or greater.