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
* Create a JPush Client by custom Client configuration with global settings.
99
124
*
100
125
* If you are using JPush privacy cloud, and you want different settings from default globally,
101
126
* maybe this constructor is what you needed.
127
+
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setGolbalPushSetting} instead of this constructor.
102
128
*
103
129
* @param masterSecret API access secret of the appKey.
104
130
* @param appKey The KEY of one application on JPush.
@@ -121,6 +151,7 @@ public JPushClient(String masterSecret, String appKey, int maxRetryTimes, HttpPr
121
151
*
122
152
* If you are using JPush privacy cloud, and you want different settings from default globally,
123
153
* maybe this constructor is what you needed.
154
+
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setGolbalPushSetting} instead of this constructor.
124
155
*
125
156
* @param masterSecret API access secret of the appKey.
126
157
* @param appKey The KEY of one application on JPush.
@@ -129,6 +160,7 @@ public JPushClient(String masterSecret, String appKey, int maxRetryTimes, HttpPr
129
160
* @param apnsProduction Global APNs environment setting. It will override PushPayload Options.
130
161
* @param timeToLive Global time_to_live setting. It will override PushPayload Options.
* If you want different settings from default globally, this constructor is what you needed.
145
-
*
177
+
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setGolbalPushSetting} instead of this constructor.
178
+
*
146
179
* @param masterSecret API access secret of the appKey.
147
180
* @param appKey The KEY of one application on JPush.
148
181
* @param apnsProduction Global APNs environment setting. It will override PushPayload Options.
149
182
* @param timeToLive Global time_to_live setting. It will override PushPayload Options.
0 commit comments