UNMutableNotificationContent 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.
Developer-created object that specifies the parts of a notification, including text, sound, badge and launch images, attachments, and so on, for a notification request.
[Foundation.Register("UNMutableNotificationContent", true)]
public class UNMutableNotificationContent : UserNotifications.UNNotificationContent
[<Foundation.Register("UNMutableNotificationContent", true)>]
type UNMutableNotificationContent = class
inherit UNNotificationContent
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| UNMutableNotificationContent() |
Creates a new UNMutableNotificationContent with default values. |
| UNMutableNotificationContent(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UNMutableNotificationContent(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| UNMutableNotificationContent(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) |
| Attachments |
Gets or sets an array of UNNotificationAttachment objects that contains the attachments for the notification. |
| Badge |
Gets or sets the number to display in the app's icon badge. |
| Body |
Gets or sets the message that is displayed in the notification alert. |
| CategoryIdentifier |
Gets or sets an application-defined category object identifier. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| FilterCriteria | |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| InterruptionLevel | |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LaunchImageName |
Gets or sets the name of an image that is stored in the application's bundle to display when the user launches the application from the notification. |
| RelevanceScore | |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Sound |
Gets or sets the sound that is played when the notification is triggered. |
| Subtitle |
Gets or sets the notification subtitle. |
| SummaryArgument |
Gets or sets the notification-specific addition to the category summary string. |
| SummaryArgumentCount |
Gets or sets the number of arguments that the notification adds to the category summary string. |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TargetContentIdentifier | |
| ThreadIdentifier |
Gets or sets an application-specific identifier that is used to group notifications. |
| Title |
Gets or sets the notification description. |
| UserInfo |
Gets or sets the dictionary of notification custom data. |
| Zone | (Inherited from NSObject) |