Enum NotificationRepeatInterval
Interval, at which notification should repeat.
Namespace: Unity.Notifications
Assembly: Unity.Notifications.Unified.dll
Syntax
public enum NotificationRepeatInterval
Fields
| Name | Description |
|---|---|
| Daily | Indicates, that notification should repeat daily. When used in NotificationDateTimeSchedule, only time is used for scheduling. |
| OneTime | Indicates, that notification does not repeat. |