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,62 @@
package com.mbridge.msdk.c;
import org.json.JSONObject;
/* loaded from: classes4.dex */
public final class d {
private String f;
private String g;
private int h;
private int a = 1;
private int b = 1;
private int c = 0;
private int d = 30;
private int e = 0;
private int i = 0;
public final int a() {
return this.c;
}
public final int b() {
return this.d;
}
public final String c() {
return this.f;
}
public final String d() {
return this.g;
}
public final int e() {
return this.h;
}
public static d a(String str) {
Exception e;
d dVar;
JSONObject jSONObject;
try {
jSONObject = new JSONObject(str);
dVar = new d();
} catch (Exception e2) {
e = e2;
dVar = null;
}
try {
dVar.f = jSONObject.optString("h_d", com.mbridge.msdk.foundation.same.net.e.d.f().e);
dVar.g = jSONObject.optString("t_d", com.mbridge.msdk.foundation.same.net.e.d.f().j);
dVar.h = jSONObject.optInt("t_p", com.mbridge.msdk.foundation.same.net.e.d.f().n);
dVar.i = jSONObject.optInt("type", 1);
dVar.d = jSONObject.optInt("d_t", 30);
dVar.c = jSONObject.optInt("d_a", 0);
} catch (Exception e3) {
e = e3;
e.printStackTrace();
return dVar;
}
return dVar;
}
}