Lifecycle.enteringForeground Event (JS)
Triggered when the app has left the suspended state and now is running. You will receive this event when the app starts.
var Lifecycle = require("FuseJS/Lifecycle");
Lifecycle.on("enteringForeground", function() {
console.log("Entering foreground");
});
Location
- Namespace
- FuseJS
- Package
- FuseJS 2.9.1