[]
Sends a notification with the specified level, caption, and content.
public Task Send(Level level, string caption, string content)
Type | Name | Description |
---|---|---|
Level | level | The notification level. Determines color and icons used for the notifications. |
string | caption | The notification caption. Shown by default when notification pops up, then used as a title in Notification Details view. |
string | content | The notification content. Only visible when Notification Details are open. |
Type | Description |
---|---|
Task | A Task representing the asynchronous operation of sending the notification. |