Files
rr3-apk/decompiled-community/sources/com/tapjoy/internal/z0.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

28 lines
759 B
Java

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();
}
}