Triggered when the app is partially obscured or is no longer the focus (e.g. when you drag open the notification bar)

var Lifecycle = require("FuseJS/Lifecycle");

Lifecycle.on("exitedInteractive", function() {
    console.log("The app is no longer in focus");
});

Location

Namespace
FuseJS
Package
FuseJS 2.9.1