Difference between revisions of "Event.APPLICATION BACKGROUND"

From GiderosMobile
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2012.09<br/>
 
'''Available since:''' Gideros 2012.09<br/>
 
'''Value:''' applicationBackground<br/>
 
'''Value:''' applicationBackground<br/>
 +
'''Defined by:''' [[EventDispatcher]]<br/>
 +
 
=== Description ===
 
=== Description ===
<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>
+
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}}
 +
<!--{{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.