G grafsoft Well-Known Member Licensed User Longtime User Mar 29, 2016 #1 I want to cancel a notificationbuilder. How can I get its ID?
DonManfred Expert Licensed User Longtime User Mar 29, 2016 #2 Aehm... You set it when generating the notification. So i would say; use the ID you set... Upvote 0
G grafsoft Well-Known Member Licensed User Longtime User Mar 29, 2016 #3 Thank you! I did not find any ID in the initialize method. But it is notify! Upvote 0
G grafsoft Well-Known Member Licensed User Longtime User Mar 30, 2016 #4 On second thought - it does not work this way. The notificationbuilder has a bookean property "autocancel", but I need something more: The notification starts a download, when clicked. Download successful: Cancel the notification. Download unsuccessful: Do not cancel the notification. Upvote 0
On second thought - it does not work this way. The notificationbuilder has a bookean property "autocancel", but I need something more: The notification starts a download, when clicked. Download successful: Cancel the notification. Download unsuccessful: Do not cancel the notification.