Retrieves currently focused window.
Example
fin.System.getFocusedWindow().then(winInfo => console.log(winInfo)).catch(err => console.log(err));
Retrieves currently focused window.
fin.System.getFocusedWindow().then(winInfo => console.log(winInfo)).catch(err => console.log(err));