Difference between revisions of "Event.APPLICATION BACKGROUND"

From GiderosMobile
Line 3: Line 3:
 
'''Value:''' applicationBackground<br/>
 
'''Value:''' applicationBackground<br/>
 
=== Description ===
 
=== Description ===
<translate>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.</translate>
+
<translate>This event is dispatched when application gets sent to background. Sent to background also means application is suspended, thus [[Special:MyLanguage/Event.APPLICATION_SUSPEND|Event.APPLICATION_SUSPEND]] is dispatched first.</translate>

Revision as of 17:33, 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.