Struct NotificationIntervalSchedule
Schedule notification to show up after a certain amount of time, optionally repeating at the same time interval.
Implements
Inherited Members
Namespace: Unity.Notifications
Assembly: solution.dll
Syntax
public struct NotificationIntervalSchedule : NotificationSchedule
Constructors
| Name | Description |
|---|---|
| NotificationIntervalSchedule(TimeSpan, bool) | Convenience constructor. |
Properties
| Name | Description |
|---|---|
| Interval | Time interval to show notification from current time. Only full seconds are considered. |
| Repeats | Whether notification should repeat. If true, notification will repeat at the same interval as initial time from the current one. |