I have 2 part question regarding notifications (testing so far only on Android)
#1 when app is in the background
When notifications appears, there are listed in menu under status bar. I use lunchArgs approach to handle selecting notiication from this menu. However if I select one, all other disappear. Is there a way to read only selected one?
#2 when you are using application
If I use “notification” listener it reacts twice for each notification. First it fires when notification appears in status bar (and notification is still in the status bar dropdown menu). Second one is when I select one manualy. From what I saw the event content is the same (not 100% sure but I think it was). Is there the way to separate this two actions?

