plus.push.addEventListener('receive', function(msg) {
console.log(111111, msg);
plus.nativeUI.toast('push receive');
},false);
小旺仔
- 发布:2021-04-30 16:53
- 更新:2021-05-07 11:47
- 阅读:499
2 个回复
DCloud_Android_DQQ
能。
前提条件:
1 配置好厂商通道
2 透传消息格式正确。
小旺仔 (作者)
咨询个推后,最终答案是离线不会触发receive事件。