Articles tagged: Idle
Found 8 documents
- Mozilla/Add-ons/WebExtensions/API/idle Find out when the user's system is idle, locked, or active.
- Mozilla/Add-ons/WebExtensions/API/idle/IdleState String describing the device's idle state.
- Mozilla/Add-ons/WebExtensions/API/idle/onStateChanged Fired when the system changes to an active, idle or locked state. The event fires with "locked" ...
- Mozilla/Add-ons/WebExtensions/API/idle/queryState Returns "locked" if the system is locked, "idle" if the user has not generated any input for a ...
- Mozilla/Add-ons/WebExtensions/API/idle/setDetectionInterval Sets the interval, in seconds, used to determine when the system is in an idle state for ...
- Mozilla/B2G_OS/API/Idle_API The Idle API is used to notify an app when the user is idle. This lets an app take action when ...
- Mozilla/B2G_OS/API/Navigator/removeIdleObserver This method is used to remove an idle observer previously set with navigator.addIdleObserver.
- Web/API/Navigator/addIdleObserver This method is used to add an observer that will check if the user is idle and will act ...