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