The AppLifecycle extension gives you the ability to monitor the lifecycle of your application and determine when the application has been removed from the foreground.
We provide complete guides to get you up and running with sharing quickly and easily.
- Lifecycle events - better events to determine the ACTIVATE and DEACTIVATE state of your application
- Single API interface - your code works across iOS and Android with no modifications
- Sample project code and ASDocs reference
As with all our extensions you get access to a year of support and updates as we are continually improving and updating the extensions for OS updates and feature requests.
The documentation site forms the best source of detailed documentation for the extension along with the asdocs.
Quick Example:
AppLifecycle.service.addEventListener( AppLifecycleEvent.FOREGROUND, onForeground );
AppLifecycle.service.addEventListener( AppLifecycleEvent.BACKGROUND, onBackground );More information here:
You can purchase a license for using this extension:

