Closed Daniel0b1b closed 4 years ago
How can I achieve notifications are not displayed if app is in the foreground on android/ios? Only the event OnNotificationReceived or another event should be triggered.
Just add the silent key to the data payload .
"data": { "title": "Testtitel", "body" : "Notification Hub test notification2", "silent" : "true" }
How can I achieve notifications are not displayed if app is in the foreground on android/ios? Only the event OnNotificationReceived or another event should be triggered.