Difference between revisions of "Event.MEMORY WARNING"
From GiderosMobile
(----) |
|||
Line 6: | Line 6: | ||
This event is dispatched when device has low memory and you can try to free memory in your app, by releasing unnecessary resources. | This event is dispatched when device has low memory and you can try to free memory in your app, by releasing unnecessary resources. | ||
− | + | {{EventDispatcher}} | |
− | {{ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 01:55, 3 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.