Difference between revisions of "Event.MEMORY WARNING"
From GiderosMobile
| Line 1: | Line 1: | ||
| __NOTOC__ | __NOTOC__ | ||
| − | '''Available since:''' Gideros 2013.09<br/> | + | '''<translate>Available since</translate>:''' Gideros 2013.09<br/> | 
| − | '''Value:''' memoryWarning<br/> | + | '''<translate>Value</translate>:''' memoryWarning<br/> | 
| − | ===  | + | === <translate>Descriptio</translate>n === | 
| <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> | <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 07:30, 24 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.
