Atrium.attachActivityMonitor()



This method attaches a call to Atrium.resetInactivityTimeout() to the document body's "keydown", "mousemove", "click", "touchstart", and "touchmove" events. This API can be used by custom or 3rd party web applications running in an Atrium tab to prevent the Atrium session from timing out while the user is actively using the application.

This API is available in Profound UI Version 6, Fix Pack 14.1 and newer.



Example:

Atrium.attachActivityMonitor();