Skip to content

Titanium.App.iOS.UserNotificationSettings

Dictionary object of parameters used to register the application with local notifications using the Titanium.App.iOS.registerUserNotificationSettings method.

To retrieve the current notification settings, use the Titanium.App.iOS.UserNotificationCenter.requestUserNotificationSettings method.

Since: 3.4.0 · Platforms: iphone, ipad, macos

Properties #

categories#

Type: Array<Titanium.App.iOS.UserNotificationCategory>

Set of categories of user notification actions required by the application to use.

types#

Type: Array<Number>

Notification types to use.

Titanium SDK Documentation