Difference between revisions of "Event.APPLICATION BACKGROUND"

From GiderosMobile
Line 5: Line 5:
 
=== 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.
 
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.
 +
  
 
{{Application}}
 
{{Application}}
{{EventDispatcher}}
+
<!--{{EventDispatcher}}-->

Revision as of 08:33, 4 January 2020

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

Description

This event is dispatched when application gets sent to background. Sent to background also means application is suspended, thus Event.APPLICATION_SUSPEND is dispatched first.