# UserNotificationSettings
Dictionary object of parameters used to register the application with local notifications using the registerUserNotificationSettings method.
To retrieve the current notification settings, use the requestUserNotificationSettings method.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# categories
categories :Array<Titanium.App.iOS.UserNotificationCategory>
Set of categories of user notification actions required by the applicaiton to use.
# types
types :Array<Number>
Notification types to use.
This API can be assigned the following constants:
- Titanium.App.iOS.USER_NOTIFICATION_TYPE_NONE
- Titanium.App.iOS.USER_NOTIFICATION_TYPE_BADGE
- Titanium.App.iOS.USER_NOTIFICATION_TYPE_SOUND
- Titanium.App.iOS.USER_NOTIFICATION_TYPE_ALERT
- Titanium.App.iOS.USER_NOTIFICATION_TYPE_CRITICAL_ALERT
- Titanium.App.iOS.USER_NOTIFICATION_TYPE_PROVISIONAL
- Titanium.App.iOS.USER_NOTIFICATION_TYPE_PROVIDES_APP_NOTIFICATION_SETTINGS