1.6.3
版本发布时间: 2017-05-09 17:31:54
jpush/jpush-react-native最新发布版本:2.8.8(2021-11-24 18:45:45)
更新日志
- Android 增加一个新 API:setAliasAndTags. 有别于 setAlias 或 setTags,详情请看文档 https://docs.jiguang.cn/jpush/client/Android/android_api/#api_3
用法:
JPushModule.setAliasAndTags(alias, [], () => {
console.log("Set alias and tags succeed");
}, () => {
console.log("Set alias and tags failed");
})
Change Log
- Android Add a new API: setAliasAndTags. It's different to setAlias or setTags, see our document for detail: https://docs.jiguang.cn/jpush/client/Android/android_api/#api_3
usage:
JPushModule.setAliasAndTags(alias, [], () => {
console.log("Set alias and tags succeed");
}, () => {
console.log("Set alias and tags failed");
})