Difference between revisions of "Event.MEMORY WARNING"
From GiderosMobile
(----) |
|||
Line 1: | Line 1: | ||
− | + | '''Available since:''' Gideros 2013.09<br/> | |
− | + | '''Value:''' memoryWarning<br/> | |
− | ''' | + | '''Defined by:''' [[EventDispatcher]]<br/> |
− | ''' | + | |
− | ''' | + | === Description === |
− | === | + | This event is dispatched when device has low memory and you can try to free memory in your app, by releasing unnecessary resources. |
− | + | ||
+ | ---- | ||
+ | {{Special:PrefixIndex/EventDispatcher}} | ||
+ | <br/> | ||
+ | |||
+ | {{Special:PrefixIndex/Event.APPLICATION}} | ||
+ | {{Special:PrefixIndex/Event.MEMORY}} | ||
+ | {{Special:PrefixIndex/Event.OPEN}} | ||
+ | <br/> |
Revision as of 20:44, 2 December 2019
Available since: Gideros 2013.09
Value: memoryWarning
Defined by: EventDispatcher
Description
This event is dispatched when device has low memory and you can try to free memory in your app, by releasing unnecessary resources.