Enum iOSNotificationTriggerType
Describes notification trigger type
Namespace: Unity.Notifications.iOS
Syntax
public enum iOSNotificationTriggerType
Fields
| Name | Description | Value |
|---|---|---|
| Unknown | Trigger, that is not known to this version of notifications package |
-1 |
| TimeInterval | Time interval trigger |
0 |
| Push | Push notification trigger |
3 |
| Calendar | Calendar trigger |
10 |
| Location | Location trigger |
20 |