Difference between revisions of "Event.APPLICATION SUSPEND"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when application is suspended (becomes inactive). It does not always mean th...") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Value:''' applicationSuspend<br/> | ||
=== Description === | === Description === | ||
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. | It does not always mean that application was sent to background, for example, this event is dispatched, when low battery notification is displayed. |
Revision as of 10:40, 23 August 2018
Available since: Gideros 2011.6
Value: applicationSuspend
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.