Enum NotificationTriggerType
Constants indicating available trigger types.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public enum NotificationTriggerType
Fields
| Name | Description |
|---|---|
| Calendar | Triggers notification at a specific date and time. |
| LocalNotification | |
| Location | Triggers notification after the user's device enters or exits the specified geographic region. |
| PushNotification | Notification received from Push Notification Service. |
| TimeInterval | Triggers notification after the specified amount of time elapses. |
| Undefined |