Titanium.App.iOS

Submodule of Titanium.App.
Platform Since
iPhone 1.5
iPad 1.5

Summary

The top level App iOS module. The App iOS module is only available on iOS based devices.

Objects

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 Titanium.App.iOS.scheduleLocalNotification.

Methods

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 Titanium.App.iOS.LocalNotification.

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

Properties

This type has no properties.

Events

Name Summary
notification

fired when a local notification is received by the app. the following event properties are available: date, timezone, alertBody, alertAction, alertLaunchImage, sound, bound, userInfo.