设置特定数据&使用cordova的重复间隔时间本地通知&离子的

时间:2015-10-21 03:15:15

标签: ionic-framework cordova-plugins localnotification

有人能说出corodova当地动机的设定日期和时间吗?

示例: 对于每日通知提醒,我想要设置日期和时间。是否可以在本地通知。?

示例代码:

$cordovaLocalNotification.schedule({
        id: 1,
        title: 'Title here',
        text: 'Text here',
        every: 'day'
      }).then(function (result) {
        // ...
      });
    };

关于代码,如何指定重复间隔的日期和时间? Plz帮我找到正确的解决方案。

谢谢。

1 个答案:

答案 0 :(得分:0)

https://github.com/luxflux/ionic-hello-world/tree/master/plugins/de.appplant.cordova.plugin.local-notification

它就在他们的'使用插件'部分。此外,如果你稍微谷歌了很多教程。