4.5.6 • Published 6 years ago

ionic-local-notifications-100mb v4.5.6

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Local Notifications

This package is a fork of the official @ionic/local-notifications repository.

It enables a few key items that are already enabled in the plugin code but disabled in the declaration file for some reason:

  • setting notification priority
  • using the trigger property to schedule future notifications
  • implementing action buttons
  • making notifications sticky
  • setting the launch property of a notification (i.e., does tapping a notification launch the app)

Tweaks were made only to allow specific functionality in the 100 Million Books Android app, and I only released this package to make it easier for people to build the app from source themselves.

I don't recommend using this package for any other reason unless you really know what you're doing. It's several months behind the officially maintained repository, and chances are it won't do what you want out of the box.

Instead, I recommend checking the declarations in index.d.ts and making the changes you need for your specific use case.