juggleim-rnsdk 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -134,7 +134,10 @@ public class JuggleIMManager extends ReactContextBaseJavaModule {
|
|
|
134
134
|
logBuilder.setLogConsoleLevel(JLogLevel.JLogLevelVerbose);
|
|
135
135
|
builder.setJLogConfig(new JLogConfig(logBuilder));
|
|
136
136
|
if (enableJGPush) {
|
|
137
|
-
builder.setPushConfig(
|
|
137
|
+
builder.setPushConfig(
|
|
138
|
+
new PushConfig.Builder()
|
|
139
|
+
.setJgConfig()
|
|
140
|
+
.build());
|
|
138
141
|
}
|
|
139
142
|
JIM.getInstance().init(getCurrentActivity(), appKey, builder.build());
|
|
140
143
|
}
|