DesktopToast icon indicating copy to clipboard operation
DesktopToast copied to clipboard

How do you clear history?

Open xCONFLiCTiONx opened this issue 5 years ago • 0 comments

I see no way to clear history of the toast notifications. If they user does not activate the toast then it just lingers in the notification area. In most cases that would be best but in the case of my application which logs people out after a certain amount of time and a toast alerts them this is happening then they log back in and that notification is still there.

ToastNotificationManager.History.Clear(); is what I have read up on but not working. Sorry, this is above my head.

xCONFLiCTiONx avatar Jan 01 '20 20:01 xCONFLiCTiONx