cn.jpush.api.report
类 ReportClient
java.lang.Object
cn.jpush.api.report.ReportClient
public class ReportClient
- extends Object
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportClient
public ReportClient(String masterSecret,
String appKey)
ReportClient
public ReportClient(String masterSecret,
String appKey,
int maxRetryTimes)
ReportClient
public ReportClient(String masterSecret,
String appKey,
int maxRetryTimes,
HttpProxy proxy)
getReceiveds
public ReceivedsResult getReceiveds(String[] msgIdArray)
throws APIConnectionException,
APIRequestException
- 抛出:
APIConnectionException
APIRequestException
getReceiveds
public ReceivedsResult getReceiveds(String msgIds)
throws APIConnectionException,
APIRequestException
- 抛出:
APIConnectionException
APIRequestException
getMessages
public MessagesResult getMessages(String msgIds)
throws APIConnectionException,
APIRequestException
- 抛出:
APIConnectionException
APIRequestException
getUsers
public UsersResult getUsers(TimeUnit timeUnit,
String start,
int duration)
throws APIConnectionException,
APIRequestException
- 抛出:
APIConnectionException
APIRequestException
checkMsgids
public static void checkMsgids(String msgIds)
Copyright © 2014. All Rights Reserved.