jithurjacob / Windows-10-Toast-Notifications

Python library to display Windows 10 Toast Notifications
MIT License
970 stars 168 forks source link

Add a way to dismiss notifications #50

Open ABS96 opened 5 years ago

ABS96 commented 5 years ago

I would like to be able to dismiss any notifications I have created.

I think this could be achieved with a function that takes the handle of the notification to be cancelled, and with _showtoast returning the handle of the new notification.