Share via


UNNotification.Request Property

Definition

Gets the original notification request for the notification.

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

Property Value

The original notification request for the notification.

Attributes

Applies to