正在查看: RummyCircle v11000.89 应用的 a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: RummyCircle v11000.89 应用的 a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.games24x7.pganalytics.network;
import android.content.Context;
import com.games24x7.nae.NativeAttributionModule.Constants;
import com.games24x7.pganalytics.communication.PGAnalyticsEventHandler;
import com.games24x7.pgnetwork.NetworkManager;
import com.games24x7.pgnetwork.model.ApiResponse;
import com.games24x7.pgnetwork.model.ApiResult;
import com.games24x7.pgnetwork.utils.ApiType;
import com.games24x7.pgnetwork.utils.NetworkCommonData;
import java.util.HashMap;
import kotlin.jvm.internal.Intrinsics;
import kotlinx.coroutines.flow.Flow;
import org.jacoco.agent.rt.internal_3570298.e;
import org.jetbrains.annotations.NotNull;
import org.json.JSONObject;
public final class a {
public static transient boolean[] c;
@NotNull
public final Context a;
@NotNull
public final NetworkManager b;
public a(@NotNull Context context) {
boolean[] a = a();
Intrinsics.checkNotNullParameter(context, "context");
a[0] = true;
this.a = context;
a[1] = true;
HashMap hashMap = new HashMap();
a[2] = true;
this.b = new NetworkManager(context, "https://m.rummycircle.com", hashMap, NetworkCommonData.RETROFIT_CONTROLLER_TYPE, null, null, 48, null);
a[3] = true;
}
public static boolean[] a() {
boolean[] zArr = c;
if (zArr != null) {
return zArr;
}
boolean[] a = e.a(17, "com/games24x7/pganalytics/network/ApiImpl", -3623935732382598459L);
c = a;
return a;
}
@NotNull
public Flow<ApiResult<ApiResponse>> a(JSONObject jSONObject, @NotNull String url) {
boolean[] a = a();
Intrinsics.checkNotNullParameter(url, "url");
NetworkManager networkManager = this.b;
ApiType apiType = ApiType.POST;
a[4] = true;
HashMap<String, String> hashMap = new HashMap<>();
a[5] = true;
HashMap<String, String> a2 = a(hashMap);
a[6] = true;
String valueOf = String.valueOf(jSONObject);
a[7] = true;
Flow<ApiResult<ApiResponse>> apiCall$default = NetworkManager.apiCall$default(networkManager, apiType, url, Constants.CONTENT_TYPE, a2, valueOf, null, 32, null);
a[8] = true;
return apiCall$default;
}
public final HashMap<String, String> a(HashMap<String, String> hashMap) {
boolean[] a = a();
PGAnalyticsEventHandler.Companion companion = PGAnalyticsEventHandler.Companion;
HashMap<String, String> commonHeaderMap = companion.getCommonHeaderMap();
if (commonHeaderMap == null) {
a[9] = true;
} else {
if (!commonHeaderMap.isEmpty()) {
a[12] = true;
a[14] = true;
hashMap.putAll(companion.getCommonHeaderMap());
a[15] = true;
a[16] = true;
return hashMap;
}
a[10] = true;
}
a[11] = true;
a[13] = true;
a[16] = true;
return hashMap;
}
}