| 程序包 | 说明 |
|---|---|
| cn.jpush.api | |
| cn.jpush.api.common.connection | |
| cn.jpush.api.device |
Devices API features.
|
| cn.jpush.api.push |
Push API features.
|
| cn.jpush.api.report |
Report API features.
|
| cn.jpush.api.schedule |
Schedule API features.
|
| 构造器和说明 |
|---|
JPushClient(String masterSecret,
String appKey,
HttpProxy proxy,
ClientConfig conf)
Create a JPush Client by custom Client configuration.
|
JPushClient(String masterSecret,
String appKey,
int maxRetryTimes,
HttpProxy proxy)
已过时。
|
JPushClient(String masterSecret,
String appKey,
int maxRetryTimes,
HttpProxy proxy,
ClientConfig conf)
已过时。
|
JPushClient(String masterSecret,
String appKey,
int maxRetryTimes,
HttpProxy proxy,
ClientConfig conf,
boolean apnsProduction,
long timeToLive)
已过时。
|
| 构造器和说明 |
|---|
NativeHttpClient(String authCode,
HttpProxy proxy,
ClientConfig config) |
| 构造器和说明 |
|---|
DeviceClient(String masterSecret,
String appKey,
HttpProxy proxy,
ClientConfig conf)
Create a Device Client by client configuration.
|
DeviceClient(String masterSecret,
String appKey,
int maxRetryTimes,
HttpProxy proxy)
已过时。
|
| 构造器和说明 |
|---|
PushClient(String masterSecret,
String appKey,
HttpProxy proxy,
ClientConfig conf) |
PushClient(String masterSecret,
String appKey,
int maxRetryTimes,
HttpProxy proxy)
已过时。
|
| 构造器和说明 |
|---|
ReportClient(String masterSecret,
String appKey,
HttpProxy proxy,
ClientConfig conf) |
ReportClient(String masterSecret,
String appKey,
int maxRetryTimes,
HttpProxy proxy)
已过时。
|
| 构造器和说明 |
|---|
ScheduleClient(String masterSecret,
String appKey,
HttpProxy proxy,
ClientConfig conf)
Create a Schedule Client with custom configuration.
|
ScheduleClient(String masterSecret,
String appKey,
int maxRetryTimes,
HttpProxy proxy)
已过时。
|
Copyright © 2016. All Rights Reserved.