Internally manage PUSH notifications

Hello, I implemented a prototype where I’m able to receive push notifications in both Android and IOS.
When registering a notification listener, some data is passed to the application and it can be properly managed.

But, When notifications are received, they prompt messages and sounds in both Android and IOS.
Is there a way to make all push notifications silent and only be processed by the internal listener?

Thanks!

@ide is it possible to send a data-only push notification through our API?

Yes, that’s my question, I need to asynchronically send data, not notifications. Is that possible with your API?

I spoke to @ide, I think it’s not possible in our API right now but we could add this in the future. Looks like there is a feature request here, we’d appreciate if you upvoted it to let us know.