Open 225904 opened 3 years ago
我也有这个需求,我想实现删除旧的指定的从后台发过来的通知,不让他出现在通知管理里面
this.notificationListener = result => {
console.log('notificationListener:' + JSON.stringify(result));
console.log('notificationListener:', result);
};
JPush.addNotificationListener(this.notificationListener);
里面有啊
你的运行环境
期望效果
jpush-react-native 中clearNotificationById方法传参中的NotificationId 在哪里获取 在addNotificationListener 方法中只能获取到messageID 没有返回NotificationId 告诉我们你希望达到什么效果。
实际效果
告诉我们实际是什么效果。
重现步骤
Debug logs
包括 Android 或 iOS 的日志: