Difference between revisions of "Event.MEMORY WARNING"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === This event is dispatched when device has low memory and you can try to free memory in your app, by re...") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2013.09<br/> | '''Available since:''' Gideros 2013.09<br/> | ||
+ | '''Value:''' memoryWarning<br/> | ||
=== Description === | === Description === | ||
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. |
Revision as of 10:44, 23 August 2018
Available since: Gideros 2013.09
Value: memoryWarning
Description
This event is dispatched when device has low memory and you can try to free memory in your app, by releasing unnecessary resources.