关于 友盟(android)

来源:互联网 发布:中国十大海滩知乎 编辑:程序博客网 时间:2024/05/17 23:19

1.添加自定义平台

CustomPlatform customPlatform = new CustomPlatform("表签","复制链接", R.drawable.ic_launcher);customPlatform.mClickListener = new OnSnsPlatformClickListener() { @Overridepublic void onClick(Context context, SocializeEntity entity,SnsPostListener listener) {Toast.makeText(getActivity(), "复制链接成功", Toast.LENGTH_SHORT).show();SocializeUtils.sendAnalytic(getActivity(),"com.umeng.custopm.copy_likn","分享内容", null, "copy_link");}};mController.getConfig().addCustomPlatform(customPlatform);


2.屏蔽提示,例如取消分享点击返回时,屏蔽掉 分享失败,请重试...[40000]

在开始引用的位置添加 mController.getConfig().closeToast();

0 0
原创粉丝点击