Difference between revisions of "Event.APPLICATION BACKGROUND"

From GiderosMobile
 
Line 1: Line 1:
 
'''Available since:''' Gideros 2012.09<br/>
 
'''Available since:''' Gideros 2012.09<br/>
 
'''Value:''' applicationBackground<br/>
 
'''Value:''' applicationBackground<br/>
'''Defined by:''' [[EventDispatcher|EventDispatcher]]<br/>
+
'''Defined by:''' [[EventDispatcher]]<br/>
  
 
=== Description ===
 
=== Description ===
This event is dispatched when application gets sent to background. Sent to background also means application is suspended, thus [[Event.APPLICATION_SUSPEND|Event.APPLICATION_SUSPEND]] is dispatched first.
+
The Event.APPLICATION_BACKGROUND is dispatched when the application gets sent to the background.
  
 +
Sent to background also means the application is suspended, thus the [[Event.APPLICATION_SUSPEND]] is dispatched first.
  
 
{{Application}}
 
{{Application}}
 
<!--{{EventDispatcher}}-->
 
<!--{{EventDispatcher}}-->

Latest revision as of 20:09, 15 December 2023

Available since: Gideros 2012.09
Value: applicationBackground
Defined by: EventDispatcher

Description

The Event.APPLICATION_BACKGROUND is dispatched when the application gets sent to the background.

Sent to background also means the application is suspended, thus the Event.APPLICATION_SUSPEND is dispatched first.