public class DDShareApiV2 extends java.lang.Object implements IDDShareApi
| 构造器和说明 |
|---|
DDShareApiV2(android.content.Context context,
java.lang.String appId,
boolean needSignatureCheck) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
checkSumConsistent(android.content.Context context,
java.lang.String packageName) |
int |
getDDSupportAPI() |
int |
getDDSupportAPI(android.content.Context context) |
boolean |
handleIntent(android.content.Intent intent,
IDDAPIEventHandler handler) |
boolean |
isDDAppInstalled() |
boolean |
isDDAppInstalled(android.content.Context context) |
boolean |
isDDSupportAPI() |
boolean |
isDDSupportAPI(android.content.Context context) |
boolean |
isDDSupportDingAPI()
钉钉是否支持分享到钉
|
boolean |
isDDSupportDingAPI(android.content.Context context) |
boolean |
openDDApp() |
boolean |
openDDApp(android.content.Context context) |
boolean |
registerApp(android.content.Context context,
java.lang.String appId) |
boolean |
registerApp(java.lang.String appId) |
boolean |
sendReq(BaseReq baseReq) |
boolean |
sendReqToDing(BaseReq baseReq) |
void |
unregisterApp() |
void |
unregisterApp(android.content.Context context) |
public DDShareApiV2(android.content.Context context,
java.lang.String appId,
boolean needSignatureCheck)
public boolean registerApp(java.lang.String appId)
registerApp 在接口中 IDDShareApipublic void unregisterApp()
unregisterApp 在接口中 IDDShareApipublic boolean isDDAppInstalled()
isDDAppInstalled 在接口中 IDDShareApipublic boolean handleIntent(android.content.Intent intent,
IDDAPIEventHandler handler)
handleIntent 在接口中 IDDShareApipublic boolean isDDSupportAPI()
isDDSupportAPI 在接口中 IDDShareApipublic boolean isDDSupportDingAPI()
isDDSupportDingAPI 在接口中 IDDShareApipublic int getDDSupportAPI()
getDDSupportAPI 在接口中 IDDShareApipublic boolean openDDApp()
openDDApp 在接口中 IDDShareApipublic boolean sendReq(BaseReq baseReq)
sendReq 在接口中 IDDShareApipublic boolean sendReqToDing(BaseReq baseReq)
sendReqToDing 在接口中 IDDShareApipublic boolean registerApp(android.content.Context context,
java.lang.String appId)
registerApp 在接口中 IDDShareApipublic void unregisterApp(android.content.Context context)
unregisterApp 在接口中 IDDShareApipublic boolean isDDAppInstalled(android.content.Context context)
isDDAppInstalled 在接口中 IDDShareApipublic boolean isDDSupportAPI(android.content.Context context)
isDDSupportAPI 在接口中 IDDShareApipublic boolean isDDSupportDingAPI(android.content.Context context)
isDDSupportDingAPI 在接口中 IDDShareApipublic int getDDSupportAPI(android.content.Context context)
getDDSupportAPI 在接口中 IDDShareApipublic boolean openDDApp(android.content.Context context)
openDDApp 在接口中 IDDShareApiprotected boolean checkSumConsistent(android.content.Context context,
java.lang.String packageName)