public class XingeApp extends Object
接口文档说明请访问:
http://xg.qq.com/docs/server_api.html
| 限定符和类型 | 类和说明 |
|---|---|
static class |
XingeApp.Builder |
| 限定符和类型 | 字段和说明 |
|---|---|
static okhttp3.MediaType |
JSON_MEDIA_TYPE |
| 限定符和类型 | 方法和说明 |
|---|---|
org.json.JSONObject |
accountBind(AccountBindRequest accountBindRequest)
账号绑定相关接口
|
org.json.JSONObject |
accountBind(String jsonRequest) |
org.json.JSONObject |
accountQuery(AccountQueryRequest accountQueryRequest)
账号查询相关接口
|
org.json.JSONObject |
accountQuery(String jsonRequest) |
org.json.JSONObject |
CallRestful(String apiAddress,
String jsonRequestString) |
org.json.JSONObject |
pushApp(PushAppRequest pushAppRequest) |
org.json.JSONObject |
pushApp(String jsonRequest) |
void |
setDomainUrl(String url)
设置信鸽api http 服务器地址
|
static String |
stringifyError(Throwable error) |
org.json.JSONObject |
tagBind(DeviceTagRequest tagBindRequest)
标签绑定方法
|
org.json.JSONObject |
tagBind(String jsonRequest) |
UploadPushFileResponse |
Upload(String filePath)
上传号码包文件
|
public void setDomainUrl(String url)
url - public org.json.JSONObject pushApp(String jsonRequest)
jsonRequest - jsonRequestpublic org.json.JSONObject pushApp(PushAppRequest pushAppRequest)
pushAppRequest - PushAppRequestpublic org.json.JSONObject tagBind(String jsonRequest)
jsonRequest - jsonRequestpublic org.json.JSONObject tagBind(DeviceTagRequest tagBindRequest)
tagBindRequest - public org.json.JSONObject accountBind(String jsonRequest)
jsonRequest - jsonRequestpublic org.json.JSONObject accountBind(AccountBindRequest accountBindRequest)
accountBindRequest - public org.json.JSONObject accountQuery(String jsonRequest)
jsonRequest - jsonRequestpublic org.json.JSONObject accountQuery(AccountQueryRequest accountQueryRequest)
accountQueryRequest - public UploadPushFileResponse Upload(String filePath)
Copyright © 2021. All Rights Reserved.