Just wondering.
Are there any event type notifications that are triggered when system events occur.
In particular the ones I was wondering about were
App being suspended due to the device receiving a phone call
App being suspended due to the user pressing home (or activating a system menu)
App being restored after previously being suspended
App being exited
App getting a low memory warning
It seems to me that the event dispatcher should be handle all of these but I can't find any references to them.
Are these "features" to be added in the future?
WhiteTree Games - Home, home on the web, where the bits and bytes they do play!
#MakeABetterGame! "Never give up, Never
NEVER give up!" -
Winston Churchill
Comments
Except the low memory warning, these are available. The names of the events are:
- Event.APPLICATION_START
- Event.APPLICATION_SUSPEND
- Event.APPLICATION_RESUME
- Event.APPLICATION_EXIT
You can look at "Hardware/Application Lifecycle" example.
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
http://bugs.giderosmobile.com/projects/gideros-studio-sdk/issues
so it appears in the roadmap:
http://bugs.giderosmobile.com/projects/gideros-studio-sdk/roadmap