Share via


UNNotificationRequest.Trigger Property

Definition

Gets the trigger that activates the notification when the trigger's conditions are met.

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

Property Value

The trigger that activates the notification when the trigger's conditions are met.

This value can be null.

Attributes

Applies to