Method AddNotification
AddNotification(double, INotification, NotificationFlags)
Adds a notification to be sent with flags, at a specific time.
Declaration
public void AddNotification(double time, INotification payload, NotificationFlags flags = NotificationFlags.Retroactive)
Parameters
Type | Name | Description |
---|---|---|
double | time | The time to send the notification. |
INotification | payload | The notification. |
NotificationFlags | flags | The notification flags that determine the notification behaviour. This parameter is set to Retroactive by default. |