Dictionary object of parameters used to create a notification using Titanium.App.iOS.scheduleLocalNotification.
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
Alert button text ('Open', by default) or slider text ('slide to unlock...', by default) to display.
Alert button text ('Open', by default) or slider text ('slide to unlock...', by default) to display.
Image to display instead of Default.png
when launching the application.
Image to display instead of Default.png
when launching the application.
Alert title to display. Available since Titanium SDK 5.4.0.
String identifier of category of actions to be displayed for an interactive notification (only for iOS 8 and above).
String identifier of category of actions to be displayed for an interactive notification (only for iOS 8 and above).
Date and time for the notification to occur.
Date and time for the notification to occur.
Region the notification will be triggered in. Allowed parameter are:
latitude
: Latitude of the location center, in decimal degrees (required).longitude
: Longitude of the location center, in decimal degrees (required).triggersOnce
: Whether or not the notification will only fire once (optional, default: true).identifier
: Identifier of the region (optional).Interval to repeat the notification. One of weekly
, daily
, yearly,
monthly
.
Path to the sound file to play when notification occurs, relative to the Resources
folder.
Path to the sound file to play when notification occurs, relative to the Resources
folder.
Timezone of the date configured for the notification. If not set, the system timezone is used.