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.
151
-
*
152
-
* If you are using JPush privacy cloud, and you want different settings from default globally,
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#setGlobalPushSetting} instead of this constructor.
155
-
*
156
-
* @param masterSecret API access secret of the appKey.
157
-
* @param appKey The KEY of one application on JPush.
158
-
* @param proxy The proxy, if there is no proxy, should be null.
159
-
* @param conf The client configuration. Can use ClientConfig.getInstance() as default.
160
-
* @param apnsProduction Global APNs environment setting. It will override PushPayload Options.
161
-
* @param timeToLive Global time_to_live setting. It will override PushPayload Options.
0 commit comments