| Platform | Since |
|---|---|
| iPhone | 1.5 |
| iPad | 1.5 |
The top level App iOS module. The App iOS module is only available on iOS based devices.
| Name | Summary |
|---|---|
| Titanium.App.iOS.BackgroundService |
A background service that runs when the application is placed in the background. |
| Titanium.App.iOS.LocalNotification |
The LocalNotification is created by |
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| cancelAllLocalNotifications |
cancel all scheduled local notifications |
| cancelLocalNotification |
cancel a specific local notification |
| createLocalNotification |
Create and return an instance of |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| registerBackgroundService |
register a background service to run when the app is backgrounded |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| scheduleLocalNotification |
schedule a local notification |
| Name | Summary |
|---|---|
| notification |
fired when a local notification is received by the app. the following event properties are available: |