Tutorial: system.getDeviceId

system.getDeviceId

Retrieves the configuration object that started the OpenFin Runtime.

Example

fin.desktop.System.getDeviceId(function (id) {
    console.log("The id of the device is: " + id);
});