Difference between revisions of "Event.APPLICATION BACKGROUND"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === This event is dispatched when application gets sent to background. Sent to background also means appl...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2012.09<br/>
 
'''Available since:''' Gideros 2012.09<br/>
 +
'''Value:''' applicationBackground<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` 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` is dispatched first.

Revision as of 11:44, 23 August 2018

Available since: Gideros 2012.09
Value: applicationBackground

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.