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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,12 @@ Parse.Push plugin for Cordova/Phonegap/ionic. Works for both hosted Parse.com an
61
61
62
62
*Android*: to prevent flooding the notification tray, this plugin retains only the last PN with the same `title` field. For messages without the `title` field, the application name is used. A count of unopened PNs is shown.
63
63
64
+
You can override this feature, however, by adding the following to `config.xml`:
<!-- As standard, this plugin only shows the most recent PN in the android notifications tray along with a count of unopened PNs. If you would like to override this behaviour and show all PNs in the tray, then add this preference.
<!-- As standard, this plugin only shows the most recent PN in the android notifications tray along with a count of unopened PNs. If you would like to override this behaviour and show all PNs in the tray, then add this preference.
You're all set. The plugin takes care of initializing Parse platform using the `config.xml` preferences mentioned above. It also saves your installation to the database automatically.
0 commit comments