'Is it possible to react to a notification being displayed while app is in foreground? Android Compose

Is there a way to listen to notifications and know if a specific notification is displayed while my app is in foreground?

I need to refresh screen data when a specific notification is received and is shown on screen.

I'm using Android and Compose and I found NotificationListenerService, but was wondering if there are newer ways to do it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source