-
Fuse
- Fuse Basics
- Fuse Studio
- Tutorial (ES6 Models)
- Tutorial (Legacy Observables API)
- Full Reference
- UX Markup
- XCode & Android Studio Integration
- Primitives
- Charting
- Layout
- Controls
- Scripting & Data
- Observables
- Navigation
- JavaScript APIs
- Resources
- Triggers & Animation
- Effects
- Native interop (Uno)
- Alive UX Kit
- Technical corner
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 1.9.0