# GetUserNotificationSettings

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

Availability
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# alertSetting

Availability
0.8
9.2.0
alertSetting :Number

The current alert settings.


# alertStyle

Availability
0.8
9.2.0
alertStyle :Number

The current alert style used to display notifications.


# authorizationStatus

Availability
0.8
9.2.0
authorizationStatus :Number

The current authorization status for using notifications.


# badgeSetting

Availability
0.8
9.2.0
badgeSetting :Number

The current badge settings.


# carPlaySetting

Availability
0.8
9.2.0
carPlaySetting :Number

The current CarPlay settings.


# categories

Availability
0.8
9.2.0

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

Availability
0.8
9.2.0
criticalAlertSetting :Number

The authorization status to play sounds for critical alerts. Available in Titanium SDK 7.4.0 and later.


# lockScreenSetting

Availability
0.8
9.2.0
lockScreenSetting :Number

The current lock-screen settings.


# notificationCenterSetting

Availability
0.8
9.2.0
notificationCenterSetting :Number

The current notication-center settings.


# providesAppNotificationSettings

Availability
0.8
9.2.0
providesAppNotificationSettings :Number

A Boolean value indicating the system displays a button for in-app notification settings. Available in Titanium SDK 7.4.0 and later.


# soundSetting

Availability
0.8
9.2.0
soundSetting :Number

The current sound settings.


# types

Availability
0.8
9.2.0
types :Array<Number>

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.