Enum ISN_UNNotificationTriggerType
Supported local notification trigger types.
Namespace: SA.iOS.UserNotifications
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_UNNotificationTriggerType
Fields
| Name | Description |
|---|---|
| Calendar | A trigger condition that causes a notification to be delivered at a specific date and time. |
| Location | A trigger condition that causes a notification to be delivered when the user's device enters or exits the specified geographic region. |
| PushNotification | A trigger condition that indicates the notification was sent from Apple Push Notification Service (APNs). |
| TimeInterval | The common behavior for subclasses that trigger the delivery of a local or remote notification. |