Property Trigger
Trigger
The conditions that trigger the delivery of the notification. For notification that were already delivered and whose instance was returned by OnRemoteNotificationReceived or OnRemoteNotificationReceived use this property to determine what caused the delivery to occur. You can do this by comparing Trigger to any of the notification trigger types that implement it, such as iOSNotificationLocationTrigger, iOSNotificationPushTrigger, iOSNotificationTimeIntervalTrigger, iOSNotificationCalendarTrigger.
Declaration
public iOSNotificationTrigger Trigger { get; set; }
Property Value
| Type | Description |
|---|---|
| iOSNotificationTrigger |
Examples
notification.Trigger is iOSNotificationPushTrigger