Exit Event Handler

Content Type: Widget
Categories: Mobile

Overview

The ExitEventHandler widget is designed for Mendix native mobile applications, allowing you to handle app exit event and define custom actions when the user closes the app or when it transitions to the background.

Documentation

Typical usage scenario - ( Auto-Save and Cleanup on App Exit )

  - Close App/Background Action: Allows triggering actions like saving state or sending data when the app moves to the background.

 

Limitation

Device Compatibility: AppState may not be supported consistently on all devices, especially on older Android versions or devices with customized operating systems, which could affect the reliability of detecting when the app goes into the background.

 

Releases

Version: 1.0.0
Framework Version: 9.24.5
Release Notes: Initial Release