UNNotificationRequest.Content Property
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.
Gets the content of the notification.
public virtual UserNotifications.UNNotificationContent Content { [Foundation.Export("content", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.Content : UserNotifications.UNNotificationContent
Property Value
The content of the notification.
- Attributes