string getDeviceInfo()

Retrieves information for the device that KioWare is running on.

Return

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

Examples


var str = KioWareUtils.getDeviceInfo();
var obj = JSON.parse(str);
alert(obj.androidVersion);
    

Requirements

KioWare for Android version 3.17 or greater.