We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NativeAppEventEmitter.addListener("observeReceiveSystemMsg",(data)=>{ console.log('系统通知'); console.log(data); });
通过如上监听事件,可以接受添加好友的通知,但通过如下方式,发送一个自定义的系统通知,没有收到系统通知。
http://dev.yunxin.163.com/docs/product/IM即时通讯/SDK开发集成/Web开发集成/系统通知?#自定义系统通知
The text was updated successfully, but these errors were encountered:
No branches or pull requests
NativeAppEventEmitter.addListener("observeReceiveSystemMsg",(data)=>{
console.log('系统通知');
console.log(data);
});
通过如上监听事件,可以接受添加好友的通知,但通过如下方式,发送一个自定义的系统通知,没有收到系统通知。
http://dev.yunxin.163.com/docs/product/IM即时通讯/SDK开发集成/Web开发集成/系统通知?#自定义系统通知
The text was updated successfully, but these errors were encountered: