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,27 @@
package com.tapjoy.internal;
import java.util.HashMap;
import java.util.Iterator;
import org.json.JSONObject;
/* loaded from: classes4.dex */
public final class z0 {
public final String a;
public final HashMap b = new HashMap();
public final String c;
public final String d;
public final c3 e;
public boolean f;
public z0(String str, JSONObject jSONObject, JSONObject jSONObject2) {
this.a = str;
Iterator<String> keys = jSONObject.keys();
while (keys.hasNext()) {
String next = keys.next();
this.b.put(next, jSONObject.optString(next));
}
this.c = jSONObject2.optString("show");
this.d = jSONObject2.optString("error");
this.e = new c3();
}
}