Retrieves an array of data (name, ids, bounds) for all application windows.
Example
fin.System.getAllExternalApplications()
.then(externalApps => console.log('Total external apps: ' + externalApps.length))
.catch(err => console.log(err));
Retrieves an array of data (name, ids, bounds) for all application windows.
fin.System.getAllExternalApplications()
.then(externalApps => console.log('Total external apps: ' + externalApps.length))
.catch(err => console.log(err));