[TIMOB-18758] Windows: Fire Ti.App events
GitHub Issue | n/a |
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-04-30T15:20:53.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.1.0 |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Kota Iguchi |
Created | 2015-03-27T17:18:28.000+0000 |
Updated | 2017-03-14T20:13:16.000+0000 |
Description
We need to hook up event firing for the Ti.App events.
Events
- accessibilitychanged
Fired by the system when the device's accessibility service is turned on or off. ...
- keyboardframechanged
Fired when the soft keyboard is presented, on and off the screen. ...
- memorywarning
Fired when the app receives a warning from the operating system about low memory availability. ...
- pause
Fired when the application transitions from active to inactive state on a multitasked system. ...
- paused
Fired when the application transitions to the background on a multitasked system. ...
- proximity
Fired when the proximity sensor changes state. ...
- resume
Fired when the application returns to the foreground on a multitasked system. ...
- resumed
Fired when the application returns to the foreground. ...
- significanttimechange
Fired when there is a significant change in the time. ...
Comments
JSON Source
Closing ticket as fixed.