本地通知触发器不起作用(离子3)

时间:2018-07-29 18:33:54

标签: ionic-framework

我安装了该插件,没有任何问题,我进行了测试,没有任何反应

let hr = 19;
let mn = 25;
let ss=1;

this.localNotifications.schedule(
{
    id: 1,
    title: "Asthma app",
    text: "c’est le temps d’évaluer le contrôle de votre asthme",
    sound: this.platform.is('android') ? 'file://sound.mp3' :'file://beep.caf',
    icon: 'assets/imgs/supplies.png',
    every: { hour: hr, minute: mn ,second : ss} 
});

请帮助我。

0 个答案:

没有答案