[]
Sends a general notification. Can be used to notify when any user-initiated action is complete.
public Task Info(string caption, string text)
Type | Name | Description |
---|---|---|
string | caption | The notification caption. |
string | text | Optional notification content. |
Type | Description |
---|---|
Task | A Task representing the asynchronous operation of sending a general notification. |