B berndm2 Member Licensed User Longtime User Aug 19, 2021 #1 How can I use the NotificationService to display or process all current entries? How do I have to call the notification_listener (sbn As StatusBarNotification)? Unfortunately I haven't had any success so far. Many thanks for the help
How can I use the NotificationService to display or process all current entries? How do I have to call the notification_listener (sbn As StatusBarNotification)? Unfortunately I haven't had any success so far. Many thanks for the help
Erel B4X founder Staff member Licensed User Longtime User Aug 20, 2021 #2 You can call NotificationListener.GetActiveNotifications to get the current notifications. Upvote 0