-
uni-app 中,plus.push.addEventListener( event, listener, Boolean ); 是不是 就是 https://uniapp.dcloud.io/use-html5plus中 plus.globalEvent.addEventListener 来实现的?
-
uni-app 中,plus.push.addEventListener('receive', (msg)=> { }); 这里的 msg 我这边数据 类如
{
"UUID":"androidPushMsg213681680",
"title":"2020-08-21 11:13:42通知",
"appid":"UNI8FB5A53",
"content":"2020-08-21 11:13:42通知",
"payload":"{\"title\":\"2020-08-21 11:13:42通知\",\"content\":\"2020-08-21 11:13:42通知\"}"
}
其中 "UUID":"androidPushMsg213681680", 这个id 是怎么来的,逻辑意义是什么? -
个推的客户端 有接口
onNotificationMessageClicked
onNotificationMessageArrived
onReceiveMessageData
onReceiveOnlineState
onReceiveClientId
onReceiveServicePid
isPushTurnedOn
这些 分别怎么包装的?
x***@yeah.net
- 发布:2020-08-21 11:47
- 更新:2021-01-11 07:53
- 阅读:904
3 个回复
猛子
卡卡
459114173 - 90IT
同问
rmlx
同问