-
Notifications
You must be signed in to change notification settings - Fork 81
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
关于Line分享的问题 #85
Comments
line目前只支持分享单独的文字和单独的图片而已,不支持分享webpage链接模式的,您可以type传Text类型,或者Image类型
…________________________________
发件人: ***@***.*** ***@***.***> 代表 criusKer ***@***.***>
发送时间: 2021年3月12日 21:30:31
收件人: MobClub/ShareSDK-For-Flutter
抄送: Subscribed
主题: [MobClub/ShareSDK-For-Flutter] 关于Line分享的问题 (#85)
请教下分享Line需要怎么写
SSDKMap params = SSDKMap()
..setGeneral(
"title",
"内容",
["http://ww4.sinaimg.cn/bmiddle/005Q8xv4gw1evlkov50xuj30go0a6mz3.jpg"],
null,
null,
"http://www.baidu.com",
"http://www.baidu.com",
null,
null,
null,
SSDKContentTypes.webpage);
SharesdkPlugin.share(ShareSDKPlatforms.line, params,
(SSDKResponseState state, Map userdata, Map contentEntity,
SSDKError error) {
});
这样写分享过去只是在输入框里写个“内容”,别的啥都没
―
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#85>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABYHYFBHSZMCVLGITQH6ZNLTDIJPPANCNFSM4ZCJKJCQ>.
|
有计划支持不 或者有什么办法我可以自己去尝试 |
是不是这个软件本身只支持分享单独的文字和单独的图片,我不太了解。。所以没理解对你的意思 |
不过还是想请教下我看LIne那些分享底下都有一块 含标题内容图片的东西,这些是通过什么出来的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请教下分享Line需要怎么写
这样写分享过去只是在输入框里写个“内容”,别的啥都没
The text was updated successfully, but these errors were encountered: