在其间隔时间内的特定时间发出多个每日重复通知

时间:2020-06-07 11:44:01

标签: android-studio push-notification notifications android-notifications

对于我的应用,我应该向用户发送通知。

例如:

用户设置了3条通知 12:00 18:00 08:00

我想每天发送每个通知,直到我分别取消它们。即使应用已关闭,也应发送通知。

主要:

bannerView

主要方法:

GameViewController

警报接收者:

registerAlarm(12, 0, 1);
registerAlarm(18, 0, 2);
registerAlarm(8, 0, 3);

}

1 个答案:

答案 0 :(得分:0)

intent.putExtra(“ NAME”,id); int id = Integer.valueOf(intent.getStringExtra(“ NAME”));

不起作用,请忽略它们。