We make use of the following setting in our ios app:
FirebasePushNotificationManager.CurrentNotificationPresentationOption=None/Alert
We handle the onreceive event always but it's useful to turn display of the notification off in some circumstances.
Is there a corresponding way to do this on Android (short of using a custom UI)?
Thank you.