UNNotificationRequest.Trigger Property

Definition

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

public virtual UserNotifications.UNNotificationTrigger Trigger { [Foundation.Export("trigger", ObjCRuntime.ArgumentSemantic.Copy)] get; }
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