public class ReportClient
extends java.lang.Object
| Constructor and Description |
|---|
ReportClient(java.lang.String masterSecret,
java.lang.String appKey) |
ReportClient(java.lang.String masterSecret,
java.lang.String appKey,
cn.jiguang.common.connection.HttpProxy proxy,
cn.jiguang.common.ClientConfig conf) |
ReportClient(java.lang.String masterSecret,
java.lang.String appKey,
int maxRetryTimes)
Deprecated.
|
ReportClient(java.lang.String masterSecret,
java.lang.String appKey,
int maxRetryTimes,
cn.jiguang.common.connection.HttpProxy proxy)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
checkMsgids(java.lang.String msgIds) |
MessagesResult |
getMessages(java.lang.String msgIds) |
java.util.Map<java.lang.String,MessageStatus> |
getMessagesStatus(CheckMessagePayload payload) |
ReceivedsResult |
getReceiveds(java.lang.String msgIds) |
ReceivedsResult |
getReceiveds(java.lang.String[] msgIdArray) |
UsersResult |
getUsers(cn.jiguang.common.TimeUnit timeUnit,
java.lang.String start,
int duration) |
public ReportClient(java.lang.String masterSecret,
java.lang.String appKey)
@Deprecated
public ReportClient(java.lang.String masterSecret,
java.lang.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(java.lang.String masterSecret,
java.lang.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 ReportClient(java.lang.String masterSecret,
java.lang.String appKey,
cn.jiguang.common.connection.HttpProxy proxy,
cn.jiguang.common.ClientConfig conf)
public ReceivedsResult getReceiveds(java.lang.String[] msgIdArray) throws cn.jiguang.common.resp.APIConnectionException, cn.jiguang.common.resp.APIRequestException
cn.jiguang.common.resp.APIConnectionExceptioncn.jiguang.common.resp.APIRequestExceptionpublic ReceivedsResult getReceiveds(java.lang.String msgIds) throws cn.jiguang.common.resp.APIConnectionException, cn.jiguang.common.resp.APIRequestException
cn.jiguang.common.resp.APIConnectionExceptioncn.jiguang.common.resp.APIRequestExceptionpublic MessagesResult getMessages(java.lang.String msgIds) throws cn.jiguang.common.resp.APIConnectionException, cn.jiguang.common.resp.APIRequestException
cn.jiguang.common.resp.APIConnectionExceptioncn.jiguang.common.resp.APIRequestExceptionpublic java.util.Map<java.lang.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, java.lang.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(java.lang.String msgIds)
Copyright © 2018. All Rights Reserved.