Is it possible to determine if Push Notifications are enabled?

Is it possible to determine if the user has disabled Push Notifications for the app (android)?

Having googled a little, it seems that indeed there is a way: areNotificationsEnabled.

You should be able to achieve that by writing a Foreign code (Uno) module and wrapping some Java code in it, along the lines of this example on StackOverflow.

Hope this helps!