Method AddNotification
AddNotification(double, INotification, NotificationFlags)
Adds a notification to be sent with flags, at a specific time.
선언
public void AddNotification(double time, INotification payload, NotificationFlags flags = NotificationFlags.Retroactive)
파라미터
타입 | 이름 | 설명 |
---|---|---|
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. |