Difference between revisions of "Event.MEMORY WARNING"
From GiderosMobile
Line 3: | Line 3: | ||
'''Value:''' memoryWarning<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. | + | <translate>This event is dispatched when device has low memory and you can try to free memory in your app, by releasing unnecessary resources.</translate> |
Revision as of 13:38, 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.