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.
92
124
*
93
125
* If you are using JPush privacy cloud, and you want different settings from default globally,
94
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#setGlobalPushSetting} instead of this constructor.
95
128
*
96
129
* @param masterSecret API access secret of the appKey.
97
130
* @param appKey The KEY of one application on JPush.
@@ -101,33 +134,36 @@ public JPushClient(String masterSecret, String appKey, int maxRetryTimes, HttpPr
101
134
* @param apnsProduction Global APNs environment setting. It will override PushPayload Options.
102
135
* @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.
117
-
*
153
+
* This will be removed in the future. Please use ClientConfig{@link cn.jpush.api.common.ClientConfig#setGlobalPushSetting} instead of this constructor.
154
+
*
118
155
* @param masterSecret API access secret of the appKey.
119
156
* @param appKey The KEY of one application on JPush.
120
157
* @param apnsProduction Global APNs environment setting. It will override PushPayload Options.
121
158
* @param timeToLive Global time_to_live setting. It will override PushPayload Options.
0 commit comments