Method CancelNotification
CancelNotification(int)
Cancel a scheduled or previously shown notification. The notification will no longer be displayed on it's scheduled time. If it's already delivered it will be removed from the status bar.
Declaration
public static void CancelNotification(int id)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id | ID of the notification to cancel |