# GetUserNotificationSettings
Dictionary object of parameters used to register the application with local notifications using the registerUserNotificationSettings method.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# alertSetting
The current alert settings.
# alertStyle
The current alert style used to display notifications.
# authorizationStatus
The current authorization status for using notifications.
# badgeSetting
The current badge settings.
# carPlaySetting
The current CarPlay settings.
# categories
Set of categories of user notification actions required by the applicaiton to use.
Only available in iOS < 10. iOS 10 and later returns notification settings more detailed, check the other attributes for more information.
# criticalAlertSetting
The authorization status to play sounds for critical alerts. Available in Titanium SDK 7.4.0 and later.
# lockScreenSetting
The current lock-screen settings.
# notificationCenterSetting
The current notication-center settings.
# providesAppNotificationSettings
A Boolean value indicating the system displays a button for in-app notification settings. Available in Titanium SDK 7.4.0 and later.
# soundSetting
The current sound settings.
# types
Notification types to use.
Only available in iOS < 10. iOS 10 and later returns notification settings more detailed, check the other attributes for more information.
- 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