Difference between revisions of "Event.APPLICATION SUSPEND"

From GiderosMobile
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Value:''' applicationSuspend<br/>
'''<translate>Value</translate>:''' applicationSuspend<br/>
+
'''Defined by:''' [[EventDispatcher]]<br/>
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/EventDispatcher|EventDispatcher]]<br/>
+
 
=== <translate>Descriptio</translate>n ===
+
=== Description ===
<translate>This event is dispatched when application is suspended (becomes inactive).  
+
This event is dispatched when application is suspended (becomes inactive).
It does not always mean that application was sent to background, for example, this event is dispatched, when low battery notification is displayed.</translate>
+
 
 +
It does not always mean that application was sent to background, for example, this event is dispatched, when low battery notification is displayed.
 +
 
 +
 
 +
{{Application}}
 +
<!--{{EventDispatcher}}-->

Latest revision as of 08:46, 4 January 2020

Available since: Gideros 2011.6
Value: applicationSuspend
Defined by: EventDispatcher

Description

This event is dispatched when application is suspended (becomes inactive).

It does not always mean that application was sent to background, for example, this event is dispatched, when low battery notification is displayed.