public class ReportClient extends Object
| 构造器和说明 |
|---|
ReportClient(String masterSecret,
String appKey) |
ReportClient(String masterSecret,
String appKey,
HttpProxy proxy,
ClientConfig conf) |
ReportClient(String masterSecret,
String appKey,
int maxRetryTimes)
已过时。
|
ReportClient(String masterSecret,
String appKey,
int maxRetryTimes,
HttpProxy proxy)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
checkMsgids(String msgIds) |
MessagesResult |
getMessages(String msgIds) |
ReceivedsResult |
getReceiveds(String msgIds) |
ReceivedsResult |
getReceiveds(String[] msgIdArray) |
UsersResult |
getUsers(TimeUnit timeUnit,
String start,
int duration) |
@Deprecated public ReportClient(String masterSecret, String appKey, int maxRetryTimes)
ClientConfig.setMaxRetryTimes(int) instead of this constructor.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, HttpProxy proxy)
ClientConfig.setMaxRetryTimes(int) instead of this constructor.masterSecret - API access secret of the appKey.appKey - The KEY of one application on JPush.maxRetryTimes - max retry timesproxy - The max retry times.public ReportClient(String masterSecret, String appKey, HttpProxy proxy, ClientConfig conf)
public ReceivedsResult getReceiveds(String[] msgIdArray) throws APIConnectionException, APIRequestException
public ReceivedsResult getReceiveds(String msgIds) throws APIConnectionException, APIRequestException
public MessagesResult getMessages(String msgIds) throws APIConnectionException, APIRequestException
public UsersResult getUsers(TimeUnit timeUnit, String start, int duration) throws APIConnectionException, APIRequestException
public static void checkMsgids(String msgIds)
Copyright © 2016. All Rights Reserved.