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);
});
Retrieves the configuration object that started the OpenFin Runtime.
fin.desktop.System.getDeviceId(function (id) {
console.log("The id of the device is: " + id);
});