Lifecycle.enteringBackground Event (JS)
Triggered when the app is leaving the running state and is about to be suspended.
var Lifecycle = require("FuseJS/Lifecycle");
Lifecycle.on("enteringBackground", function() {
console.log("Entering background");
});
Location
- Namespace
- FuseJS
- Package
- FuseJS 2.9.1