Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,113 @@
package com.ironsource;
import kotlin.jvm.internal.Intrinsics;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public final class d4 {
private final JSONObject a;
private final boolean b;
private final String c;
private final boolean d;
private final boolean e;
private final int f;
private final boolean g;
private final boolean h;
private final int i;
private final boolean j;
private final boolean k;
private final JSONObject l;
public d4(JSONObject config) {
Intrinsics.checkNotNullParameter(config, "config");
this.a = config;
this.b = config.optBoolean("isExternalArmEventsEnabled", true);
String optString = config.optString("externalArmEventsUrl", ac.j);
Intrinsics.checkNotNullExpressionValue(optString, "config.optString(EXTERNA…AL_EVENTS_IMPRESSION_URL)");
this.c = optString;
this.d = config.optBoolean(ad.L0, true);
this.e = config.optBoolean("radvid", false);
this.f = config.optInt("uaeh", 0);
this.g = config.optBoolean("sharedThreadPool", false);
this.h = config.optBoolean("sharedThreadPoolADP", true);
this.i = config.optInt(ad.B0, -1);
this.j = config.optBoolean("axal", false);
this.k = config.optBoolean("psrt", false);
this.l = config.optJSONObject("epConfig");
}
public static /* synthetic */ d4 a(d4 d4Var, JSONObject jSONObject, int i, Object obj) {
if ((i & 1) != 0) {
jSONObject = d4Var.a;
}
return d4Var.a(jSONObject);
}
private final JSONObject a() {
return this.a;
}
public final d4 a(JSONObject config) {
Intrinsics.checkNotNullParameter(config, "config");
return new d4(config);
}
public final int b() {
return this.i;
}
public final JSONObject c() {
return this.l;
}
public final String d() {
return this.c;
}
public final boolean e() {
return this.k;
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof d4) && Intrinsics.areEqual(this.a, ((d4) obj).a);
}
public final boolean f() {
return this.e;
}
public final boolean g() {
return this.d;
}
public final boolean h() {
return this.g;
}
public int hashCode() {
return this.a.hashCode();
}
public final boolean i() {
return this.h;
}
public final int j() {
return this.f;
}
public final boolean k() {
return this.j;
}
public final boolean l() {
return this.b;
}
public String toString() {
return "ApplicationGeneralSettings(config=" + this.a + ')';
}
}