Hi all.
Is there any way tp get a list of all notifications displayed on the status bar?
Status bar notifications
Moderator: Martin
Re: Status bar notifications
Hi,
No, there's currently no such feature available. You could use trigger Notification on Statusbar Displayed and Notification on Statusbar Removed to build such a list on your own.
What kind of flow would you like to build that requires this feature? Do you just need the packages and texts of the notifications or the whole bunch of information (texts, icon, time, number, vibrate_patterns, sounds, progress, id, buttons etc.)?
Regards,
Martin
No, there's currently no such feature available. You could use trigger Notification on Statusbar Displayed and Notification on Statusbar Removed to build such a list on your own.
What kind of flow would you like to build that requires this feature? Do you just need the packages and texts of the notifications or the whole bunch of information (texts, icon, time, number, vibrate_patterns, sounds, progress, id, buttons etc.)?
Regards,
Martin
Re: Status bar notifications
Hi. I would need at least the text and title of all the notifications on demand. I'm trying to build a status report about a phone and send it elsewhere
Re: Status bar notifications
I could add an action that loads all notifications with all properties into a map. I add it to the list of features under consideration.
For the moment you could build global maps and track the information with the triggers Notification on Statusbar Displayed and Notification on Statusbar Removed.
For the moment you could build global maps and track the information with the triggers Notification on Statusbar Displayed and Notification on Statusbar Removed.
Re: Status bar notifications
Isn'T there a content provider I could query?
Re: Status bar notifications
No, this information is not available as a content provider as far as I'm aware of.