Difference between revisions of "Event.APPLICATION BACKGROUND"
From GiderosMobile
Line 2: | Line 2: | ||
'''<translate>Available since</translate>:''' Gideros 2012.09<br/> | '''<translate>Available since</translate>:''' Gideros 2012.09<br/> | ||
'''<translate>Value</translate>:''' applicationBackground<br/> | '''<translate>Value</translate>:''' applicationBackground<br/> | ||
+ | '''<translate>Defined by</translate>:''' [[Special:MyLanguage/EventDispatcher|EventDispatcher]]<br/> | ||
=== <translate>Descriptio</translate>n === | === <translate>Descriptio</translate>n === | ||
− | <translate>This event is dispatched when application gets sent to background. Sent to background also means application is suspended, thus | + | <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> |
Revision as of 09:27, 24 August 2018
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.