Difference between revisions of "Event.APPLICATION BACKGROUND"

From GiderosMobile
(prefixindex)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2012.09<br/>
<languages />
+
'''Value:''' applicationBackground<br/>
'''<translate>Available since</translate>:''' Gideros 2012.09<br/>
+
'''Defined by:''' [[EventDispatcher|EventDispatcher]]<br/>
'''<translate>Value</translate>:''' applicationBackground<br/>
+
 
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/EventDispatcher|EventDispatcher]]<br/>
+
=== Description ===
=== <translate>Descriptio</translate>n ===
+
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.
<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>
+
 
 +
----
 +
{{Special:PrefixIndex/Application}}
 +
<br/>
 +
 
 +
{{Special:PrefixIndex/Event.APPLICATION}}

Revision as of 13:29, 2 December 2019

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.