Skip to content
New issue

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

QQ分享的回调没有执行 #30

Open
gaoyong06 opened this issue May 6, 2020 · 1 comment
Open

QQ分享的回调没有执行 #30

gaoyong06 opened this issue May 6, 2020 · 1 comment

Comments

@gaoyong06
Copy link

按照示例代码,QQ分享可以分享成功,但是分享的回调一直没有执行,我在VIVO android手机上测试,请问该如何排查?

`
void _qqListenShare(TencentShareResp resp) {

print("_qqListenShare 开始执行");
String content = 'share: ${resp.ret} - ${resp.msg}';
_showTips('分享', content);

}

`

@droplet-js
Copy link
Collaborator

先注册监听,再调用分享

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants