Difference between revisions of "Event.MEMORY WARNING"
From GiderosMobile
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
'''Available since:''' Gideros 2013.09<br/> | '''Available since:''' Gideros 2013.09<br/> | ||
'''Value:''' memoryWarning<br/> | '''Value:''' memoryWarning<br/> | ||
+ | '''Defined by:''' [[EventDispatcher]]<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. | ||
+ | |||
+ | {{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.