Roberto P. Well-Known Member Licensed User Longtime User Nov 24, 2018 #1 Hi all it's possible send event when user clear the notifies with button clear all, and intercept the event in our app? thank in advance
Hi all it's possible send event when user clear the notifies with button clear all, and intercept the event in our app? thank in advance
DonManfred Expert Licensed User Longtime User Nov 24, 2018 #2 As far as i know: There is no event and there is no possibility to intercept it. This is how android works. It is in the users decision. Upvote 0
As far as i know: There is no event and there is no possibility to intercept it. This is how android works. It is in the users decision.
Roberto P. Well-Known Member Licensed User Longtime User Nov 24, 2018 #3 ok DonManfred, alternatively it's possible to read the numer of notify that the user must read? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Nov 25, 2018 #4 You can use NotificationListener to track the notification status. If your own notification is visible then you can be notified when it is cleared. Upvote 0
You can use NotificationListener to track the notification status. If your own notification is visible then you can be notified when it is cleared.