You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
<!-- Change the value to true to enable pop-up for in foreground (remote-only, for local use ignoreInForeground) -->
92
+
<!-- Change the value to true to enable pop-up for in foreground on receiving remote notifications (for prevent duplicating while showing local notifications set this to false) -->
ongoing:false, // (optional) set whether this is an "ongoing" notification
325
325
priority:"high", // (optional) set notification priority, default: high
326
326
visibility:"private", // (optional) set notification visibility, default: private
327
-
ignoreInForeground:false, // (optional) if true, the notification will not be visible when the app is in the foreground (useful for parity with how iOS notifications appear)
327
+
ignoreInForeground:false, // (optional) if true, the notification will not be visible when the app is in the foreground (useful for parity with how iOS notifications appear). should be used in combine with `com.dieam.reactnativepushnotification.notification_foreground` setting
328
328
shortcutId:"shortcut-id", // (optional) If this notification is duplicative of a Launcher shortcut, sets the id of the shortcut, in case the Launcher wants to hide the shortcut, default undefined
329
329
onlyAlertOnce:false, // (optional) alert will open only once with sound and notify, default: false
0 commit comments