Cordova s​​ocialSharingPlugin - 如何判断用户与哪些服务共享内容

时间:2016-11-03 15:10:08

标签: facebook cordova ios-sharesheet

我使用ngCordova编写的优秀cordovaSocialSharing pluginEddy Verbruggen端口,使用该方法与本机共享表共享。我想知道用户选择与哪个选项共享,例如facebook,twitter等有可能获得这些信息吗?

成功回调"结果" object只是一个布尔值。

    $cordovaSocialSharing
    //message, subject, file, url
      .share(null, null, null, video.video_url) // Share via native share sheet
      .then(function (result) {
        console.log("success sharing video!", result);
      }, function (err) {
        console.log("error sharing video!", err);
      });

0 个答案:

没有答案