UNNotificationSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
System-supplied object that contains current notification and device settings for an application.
[Foundation.Register("UNNotificationSettings", true)]
public class UNNotificationSettings : Foundation.NSObject, Foundation.INSCopying, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("UNNotificationSettings", true)>]
type UNNotificationSettings = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSCopying
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| UNNotificationSettings(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UNNotificationSettings(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| UNNotificationSettings(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AlertSetting |
Gets a value that tells whether the app may display alerts. |
| AlertStyle |
Gets a value that indicates the alert styles that the app may display. |
| AnnouncementSetting | |
| AuthorizationStatus |
Gets a value that tells whether the app may post alerts to the user with notifications. |
| BadgeSetting |
Gets a value that tells whether the notification may update the app's badge. |
| CarPlaySetting |
Gets a value that tells whether the app may display notifications in CarPlay. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CriticalAlertSetting |
Gets a value that determines whether are supported, enabled, or disabled. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DirectMessagesSetting | |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LockScreenSetting |
Gets a value that tells whether the app may display notifications on the lock screen. |
| NotificationCenterSetting |
Gets a value that tells whether the app's notifications may be displayed in the Notification Center. |
| ProvidesAppNotificationSettings |
Gets a Boolean value that tells whether the app displays a notification settings button. |
| RetainCount | (Inherited from NSObject) |
| ScheduledDeliverySetting | |
| Self | (Inherited from NSObject) |
| ShowPreviewsSetting |
Gets a value that tells when previews are shown. |
| SoundSetting |
Gets a value that tells whether the app may bplay notification sounds. |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TimeSensitiveSetting | |
| Zone | (Inherited from NSObject) |