Difference between revisions of "Event.APPLICATION SUSPEND"

From GiderosMobile
(----)
Line 7: Line 7:
 
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.
  
----
+
{{Application}}
{{Special:PrefixIndex/EventDispatcher}}
 
<br/>
 
 
 
{{Special:PrefixIndex/Event.APPLICATION}}
 
{{Special:PrefixIndex/Event.MEMORY}}
 
{{Special:PrefixIndex/Event.OPEN}}
 
<br/>
 

Revision as of 01:59, 3 December 2019

Available since: Gideros 2011.6
Value: applicationSuspend
Defined by: EventDispatcher

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.