美文网首页
友盟分享消息类型

友盟分享消息类型

作者: XiaoXred | 来源:发表于2020-06-28 17:27 被阅读0次

    文本

    new ShareAction(ShareActivity.this).withText("hello").withMedia(image).share();

    链接:

    UMWeb web = new UMWeb(“网址”);//开头必须是http打头

    web.setTitle("来自分享面板标题");

    web.setDescription("来自分享面板内容");

    web.setThumb(new UMImage(ShareMenuActivity.this, R.drawable.logo));

    new ShareAction(ShareMenuActivity.this).withMedia(web)

    .setPlatform(share_media)

    .setCallback(mShareListener)

    .share();

    相关文章

      网友评论

          本文标题:友盟分享消息类型

          本文链接:https://www.haomeiwen.com/subject/fkvwfktx.html