Retrieves the UUID of the computer on which the runtime is installed.
Example
fin.desktop.System.getDeviceId(function (id) {
console.log("The id of the device is: " + id);
});
Retrieves the UUID of the computer on which the runtime is installed.
fin.desktop.System.getDeviceId(function (id) {
console.log("The id of the device is: " + id);
});