Share via


UNNotificationResponse.Notification Property

Definition

Gets the notification to which the user responded.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UserNotifications.UNNotification Notification { [Foundation.Export("notification", ObjCRuntime.ArgumentSemantic.Copy)] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("notification", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Notification : UserNotifications.UNNotification

Property Value

The notification to which the user responded.

Attributes

Applies to