You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
79
+
* This will be removed in the future. Please use ClientConfig{jiguang-common cn.jiguang.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
80
80
* @param masterSecret API access secret of the appKey.
81
81
* @param appKey The KEY of one application on JPush.
82
82
* @param maxRetryTimes The max retry times.
@@ -90,7 +90,7 @@ public JPushClient(String masterSecret, String appKey, int maxRetryTimes) {
90
90
}
91
91
92
92
/**
93
-
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
93
+
* This will be removed in the future. Please use ClientConfig{jiguang-common cn.jiguang.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
94
94
* @param masterSecret API access secret of the appKey.
95
95
* @param appKey The KEY of one application on JPush.
96
96
* @param maxRetryTimes The max retry times.
@@ -108,7 +108,7 @@ public JPushClient(String masterSecret, String appKey, int maxRetryTimes, HttpPr
108
108
* Create a JPush Client by custom Client configuration.
109
109
*
110
110
* If you are using JPush privacy cloud, maybe this constructor is what you needed.
111
-
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
111
+
* This will be removed in the future. Please use ClientConfig{jiguang-common cn.jiguang.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
112
112
*
113
113
* @param masterSecret API access secret of the appKey.
114
114
* @param appKey The KEY of one application on JPush.
@@ -132,7 +132,7 @@ public JPushClient(String masterSecret, String appKey, int maxRetryTimes, HttpPr
132
132
*
133
133
* If you are using JPush privacy cloud, and you want different settings from default globally,
134
134
* maybe this constructor is what you needed.
135
-
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setGlobalPushSetting} instead of this constructor.
135
+
* This will be removed in the future. Please use ClientConfig{jiguang-common cn.jiguang.common.ClientConfig#setGlobalPushSetting} instead of this constructor.
136
136
*
137
137
* @param masterSecret API access secret of the appKey.
138
138
* @param appKey The KEY of one application on JPush.
@@ -158,7 +158,7 @@ public JPushClient(String masterSecret, String appKey, int maxRetryTimes, HttpPr
158
158
* Create a JPush Client with global settings.
159
159
*
160
160
* If you want different settings from default globally, this constructor is what you needed.
161
-
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setGlobalPushSetting} instead of this constructor.
161
+
* This will be removed in the future. Please use ClientConfig{jiguang-common cn.jiguang.common.ClientConfig#setGlobalPushSetting} instead of this constructor.
162
162
*
163
163
* @param masterSecret API access secret of the appKey.
164
164
* @param appKey The KEY of one application on JPush.
Copy file name to clipboardExpand all lines: src/main/java/cn/jpush/api/device/DeviceClient.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public DeviceClient(String masterSecret, String appKey) {
36
36
}
37
37
38
38
/**
39
-
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
39
+
* This will be removed in the future. Please use ClientConfig{jiguang-common cn.jiguang.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
40
40
* @param masterSecret API access secret of the appKey.
41
41
* @param appKey The KEY of one application on JPush.
42
42
* @param maxRetryTimes The max retry times.
@@ -48,7 +48,7 @@ public DeviceClient(String masterSecret, String appKey, int maxRetryTimes) {
48
48
}
49
49
50
50
/**
51
-
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
51
+
* This will be removed in the future. Please use ClientConfig{jiguang-common cn.jiguang.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
52
52
* @param masterSecret API access secret of the appKey.
53
53
* @param appKey The KEY of one application on JPush.
* If you want different settings from default globally, this constructor is what you needed.
110
-
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig} instead of this constructor.
110
+
* This will be removed in the future. Please use ClientConfig{jiguang-common cn.jiguang.common.ClientConfig} instead of this constructor.
111
111
*
112
112
* @param masterSecret API access secret of the appKey.
113
113
* @param appKey The KEY of one application on JPush.
@@ -126,7 +126,7 @@ public PushClient(String masterSecret, String appKey, boolean apnsProduction, lo
126
126
}
127
127
128
128
/**
129
-
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setGlobalPushSetting} instead of this method.
129
+
* This will be removed in the future. Please use ClientConfig{jiguang-common cn.jiguang.common.ClientConfig#setGlobalPushSetting} instead of this method.
130
130
*
131
131
* @param apnsProduction Global APNs environment setting. It will override PushPayload Options.
132
132
* @param timeToLive Global time_to_live setting. It will override PushPayload Options.
Copy file name to clipboardExpand all lines: src/main/java/cn/jpush/api/report/ReportClient.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ public ReportClient(String masterSecret, String appKey) {
28
28
}
29
29
30
30
/**
31
-
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
31
+
* This will be removed in the future. Please use ClientConfig{jiguang-common cn.jiguang.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
32
32
* @param masterSecret API access secret of the appKey.
33
33
* @param appKey The KEY of one application on JPush.
34
34
* @param maxRetryTimes max retry times.
@@ -40,7 +40,7 @@ public ReportClient(String masterSecret, String appKey, int maxRetryTimes) {
40
40
}
41
41
42
42
/**
43
-
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
43
+
* This will be removed in the future. Please use ClientConfig{jiguang-common cn.jiguang.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
44
44
* @param masterSecret API access secret of the appKey.
45
45
* @param appKey The KEY of one application on JPush.
Copy file name to clipboardExpand all lines: src/main/java/cn/jpush/api/schedule/ScheduleClient.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public ScheduleClient(String masterSecret, String appkey) {
33
33
}
34
34
35
35
/**
36
-
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
36
+
* This will be removed in the future. Please use ClientConfig{jiguang-common cn.jiguang.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
37
37
* @param masterSecret API access secret of the appKey.
38
38
* @param appKey The KEY of one application on JPush.
39
39
* @param maxRetryTimes The mas retry times.
@@ -45,7 +45,7 @@ public ScheduleClient(String masterSecret, String appKey, int maxRetryTimes) {
45
45
}
46
46
47
47
/**
48
-
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
48
+
* This will be removed in the future. Please use ClientConfig{jiguang-common cn.jiguang.common.ClientConfig#setMaxRetryTimes} instead of this constructor.
49
49
* @param masterSecret API access secret of the appKey.
50
50
* @param appKey The KEY of one application on JPush.
0 commit comments