public class ReportClient extends Object
| 构造器和说明 |
|---|
ReportClient(String masterSecret,
String appKey) |
ReportClient(String masterSecret,
String appKey,
cn.jiguang.common.connection.HttpProxy proxy,
cn.jiguang.common.ClientConfig conf) |
ReportClient(String masterSecret,
String appKey,
int maxRetryTimes)
已过时。
|
ReportClient(String masterSecret,
String appKey,
int maxRetryTimes,
cn.jiguang.common.connection.HttpProxy proxy)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
checkMsgids(String msgIds) |
MessagesResult |
getMessages(String msgIds) |
Map<String,MessageStatus> |
getMessagesStatus(CheckMessagePayload payload) |
ReceivedsResult |
getReceiveds(String msgIds) |
ReceivedsResult |
getReceiveds(String[] msgIdArray) |
UsersResult |
getUsers(cn.jiguang.common.TimeUnit timeUnit,
String start,
int duration) |
@Deprecated public ReportClient(String masterSecret, String appKey, int maxRetryTimes)
masterSecret - API access secret of the appKey.appKey - The KEY of one application on JPush.maxRetryTimes - max retry times.@Deprecated public ReportClient(String masterSecret, String appKey, int maxRetryTimes, cn.jiguang.common.connection.HttpProxy proxy)
masterSecret - API access secret of the appKey.appKey - The KEY of one application on JPush.maxRetryTimes - max retry timesproxy - The max retry times.public ReceivedsResult getReceiveds(String[] msgIdArray) throws cn.jiguang.common.resp.APIConnectionException, cn.jiguang.common.resp.APIRequestException
cn.jiguang.common.resp.APIConnectionExceptioncn.jiguang.common.resp.APIRequestExceptionpublic ReceivedsResult getReceiveds(String msgIds) throws cn.jiguang.common.resp.APIConnectionException, cn.jiguang.common.resp.APIRequestException
cn.jiguang.common.resp.APIConnectionExceptioncn.jiguang.common.resp.APIRequestExceptionpublic MessagesResult getMessages(String msgIds) throws cn.jiguang.common.resp.APIConnectionException, cn.jiguang.common.resp.APIRequestException
cn.jiguang.common.resp.APIConnectionExceptioncn.jiguang.common.resp.APIRequestExceptionpublic Map<String,MessageStatus> getMessagesStatus(CheckMessagePayload payload) throws cn.jiguang.common.resp.APIConnectionException, cn.jiguang.common.resp.APIRequestException
cn.jiguang.common.resp.APIConnectionExceptioncn.jiguang.common.resp.APIRequestExceptionpublic UsersResult getUsers(cn.jiguang.common.TimeUnit timeUnit, String start, int duration) throws cn.jiguang.common.resp.APIConnectionException, cn.jiguang.common.resp.APIRequestException
cn.jiguang.common.resp.APIConnectionExceptioncn.jiguang.common.resp.APIRequestExceptionpublic static void checkMsgids(String msgIds)
Copyright © 2017. All Rights Reserved.