UNNotificationRequest.Trigger 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 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