distriqt / ANE-Memory

Low Memory Warning ANE for Adobe AIR applications on iOS
https://airnativeextensions.com
MIT License
6 stars 1 forks source link

MemoryEvent.LOW_MEMORY_WARNING not dispatched #7

Closed marchbold closed 1 year ago

marchbold commented 1 year ago

The memory event is not being dispatched, ie the following code will never call the event listener:

Memory.service.addEventListener( MemoryEvent.LOW_MEMORY_WARNING, lowMemoryWarningHandler );