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是否已登录及拉起手机QQ聊天 #23

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

liyujiang-gzu
Copy link

add: isReady - 支持判断QQ是否已登录过了,继而可以调用获取用户信息或获取UnionID;
add: startConversation - 支持拉起手机QQ聊天(腾讯QQ互联SDK只支持Android);

注:我不熟悉iOS的开发,还没有实现对iOS的支持。

… at ... requires a placeholder substitution but no value for <TENCENT_APP_ID> is provided.
待实现);
add: 支持拉起手机QQ聊天(腾讯QQ互联SDK只支持Android);
Copy link
Author

@liyujiang-gzu liyujiang-gzu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@v7lin startConversation成功的情况下应该可以返回Future<void>代替Future<string>。。。result.success(null)

@droplet-js
Copy link
Collaborator

android/build.gradle里添加是否会有问题?
manifestPlaceholders = [TENCENT_APP_ID: "222222"]

@liyujiang-gzu
Copy link
Author

android/build.gradle里添加是否会有问题?
manifestPlaceholders = [TENCENT_APP_ID: "222222"]

是有问题,库项目固定占位的值了,app项目生成manifest时没有覆盖

@droplet-js
Copy link
Collaborator

isready方法是否必须?oc版sdk不一定会有这个方法,iOS部分拉请聊天我来看看怎么开发

@droplet-js droplet-js self-assigned this Dec 23, 2019
@droplet-js droplet-js added the enhancement New feature or request label Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants