Tutorial: system.getDeviceId

system.getDeviceId

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);
});