Hi guys :)
I made a simple notification
dim notif as Notification
notif.Initialize
notif.Icon = "icon"
notif.AutoCancel = True
notif.SetInfo("Title", "This is body.", Me)
notif.notify(1)
I want to do something whenever the notification is canceled
is it possible?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.