Method | Description | |
---|---|---|
ReportClient ( String appKey, String masterSecret ) : System | ||
checkMsgids ( String msgIds ) : String | ||
getReceiveds ( String msg_ids ) : cn.jpush.api.report.ReceivedResult | ||
getReceiveds_v3 ( String msg_ids ) : cn.jpush.api.report.ReceivedResult | ||
getReportMessages ( ) : |
||
getUsers ( TimeUnit timeUnit, String start, int duration ) : cn.jpush.api.report.UsersResult |
Method | Description | |
---|---|---|
getReceiveds_common ( String msg_ids, string path ) : cn.jpush.api.report.ReceivedResult | ||
getReportMessages ( String msgIds ) : |
public ReportClient ( String appKey, String masterSecret ) : System | ||
appKey | String | |
masterSecret | String | |
return | System |
public checkMsgids ( String msgIds ) : String | ||
msgIds | String | |
return | String |
public getReceiveds ( String msg_ids ) : cn.jpush.api.report.ReceivedResult | ||
msg_ids | String | |
return | cn.jpush.api.report.ReceivedResult |
public getReceiveds_v3 ( String msg_ids ) : cn.jpush.api.report.ReceivedResult | ||
msg_ids | String | |
return | cn.jpush.api.report.ReceivedResult |
public getReportMessages ( ) : |
||
return |
public getUsers ( TimeUnit timeUnit, String start, int duration ) : cn.jpush.api.report.UsersResult | ||
timeUnit | TimeUnit | |
start | String | |
duration | int | |
return | cn.jpush.api.report.UsersResult |