Lifecycle.enteringInteractive Event (JS)
Triggered when the app is entering a state where it is fully focused and receiving events.
var Lifecycle = require("FuseJS/Lifecycle");
Lifecycle.on("enteringInteractive", function() {
console.log("The app is gaining focus");
});
Location
- Namespace
- FuseJS
- Package
- FuseJS 2.9.1