-
public abstract class AbsAuthBuildForWB extends AbsAuthBuild
-
-
Constructor Summary
Constructors Constructor Description AbsAuthBuildForWB()
-
Method Summary
Modifier and Type Method Description final StringgetWith()abstract AuthResultcheckAppInstalled()检查应用安装 abstract AuthResultlogin()登录功能 abstract AuthResultshareLink(String url, String title, String des, String text, ByteArray thumb)分享链接 abstract AuthResultshareImage(Bitmap bitmap, String title)分享图片 -
-
Method Detail
-
checkAppInstalled
abstract AuthResult checkAppInstalled()
检查应用安装
-
login
abstract AuthResult login()
登录功能
-
shareLink
abstract AuthResult shareLink(String url, String title, String des, String text, ByteArray thumb)
分享链接
- Parameters:
url- 必填, 分享链接 Urltitle- 分享链接标题des- 分享链接描述text- 分享文本thumb- 分享链接缩略图
-
shareImage
abstract AuthResult shareImage(Bitmap bitmap, String title)
分享图片
- Parameters:
bitmap- 必填,分享图片二进制文件, 限制内容大小不超过 10Mtitle- 分享图片标题
-
-
-
-