/
Phone API Reference - Core - digium.resetIdleTimer

Phone API Reference - Core - digium.resetIdleTimer

Desk Phone API features described in this section are deprecated and supported only on the following models: D40, d45, d50, d60, d62, d65, d70

digium.resetIdleTimer

Description

 

Resets the timeout that causes the phone to hide apps when there's no keyboard input for a while. This keeps the app alive and should be called periodicallly to prevent the app from being timed out. 

Basic Example:

digium.resetIdleTimer();

 

If an app is idle for 30 seconds without this function being called, the app will go to the background and the screen will return to idle.

Parameters

None

 

Related content

Phone API Reference - Core - digium.background
Phone API Reference - Core - digium.background
More like this
Phone API Reference - UI Core - digium.app.idleWindow
Phone API Reference - UI Core - digium.app.idleWindow
More like this
Phone API Reference - Core - digium.app
Phone API Reference - Core - digium.app
More like this
Phone API Reference - UI Core
Phone API Reference - UI Core
More like this
Phone API Reference - Core - digium.foreground
Phone API Reference - Core - digium.foreground
More like this
Phone API Reference - Core - digium.event - List of Event Types
Phone API Reference - Core - digium.event - List of Event Types
More like this

Return to Documentation Home I Return to Sangoma Support