Difference between revisions of "Event.APPLICATION SUSPEND"

From GiderosMobile
Line 3: Line 3:
 
'''Value:''' applicationSuspend<br/>
 
'''Value:''' applicationSuspend<br/>
 
=== Description ===
 
=== Description ===
This event is dispatched when application is suspended (becomes inactive).  
+
<translate>This event is dispatched when application is suspended (becomes inactive).  
It does not always mean that application was sent to background, for example, this event is dispatched, when low battery notification is displayed.
+
It does not always mean that application was sent to background, for example, this event is dispatched, when low battery notification is displayed.</translate>

Revision as of 14:32, 23 August 2018

Available since: Gideros 2011.6
Value: applicationSuspend

Description

This event is dispatched when application is suspended (becomes inactive). It does not always mean that application was sent to background, for example, this event is dispatched, when low battery notification is displayed.