nativescript-local-notifications icon indicating copy to clipboard operation
nativescript-local-notifications copied to clipboard

New option to pass seconds as input for interval

Open danielorihuela opened this issue 5 years ago • 0 comments
trafficstars

We think this plugin is awesome and easy to use. Keep up the good work. This is a more of a new feature request than an issue. We would like to be able to set a custom interval passing seconds as an argument.

It would look something like this:

LocalNotifications.schedule([
      {
        title: "some title",
        intervalSeconds: 60 * 24 * 10, // 60 seconds by 24 hours by 10 days
      },
    ])

Thanks for your time.

danielorihuela avatar Jun 13 '20 10:06 danielorihuela