UnifiedPush / flutter-connector

UnifiedPush connector library for flutter
Apache License 2.0
31 stars 9 forks source link

Is OnBackgroundHandler supported? #97

Closed hatemragab closed 1 year ago

hatemragab commented 1 year ago

I need to send silent notifications Which contains only payload And not displaying notifications Let Clint decide what to do ?

p1gp1g commented 1 year ago

The library does not display any notification by itself. You can do whatever you want with the message received, and handled by onMessage

p1gp1g commented 1 year ago

I'm closing this issue since the library already allow to achieve what you want to do. This can be reopened if needed