Files
rr3-apk/decompiled-community/sources/com/ironsource/jq.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

47 lines
1.3 KiB
Java

package com.ironsource;
import kotlin.jvm.internal.Intrinsics;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public final class jq {
private final cr a;
private final po b;
private final ro c;
private final n8 d;
private final xb e;
public jq(cr fullResponse) {
Intrinsics.checkNotNullParameter(fullResponse, "fullResponse");
this.a = fullResponse;
JSONObject optJSONObject = fullResponse.i().optJSONObject(kq.a);
this.b = new po(optJSONObject == null ? new JSONObject() : optJSONObject);
JSONObject optJSONObject2 = fullResponse.i().optJSONObject(kq.b);
this.c = new ro(optJSONObject2 == null ? new JSONObject() : optJSONObject2);
JSONObject optJSONObject3 = fullResponse.i().optJSONObject("configurations");
this.d = new n8(optJSONObject3 == null ? new JSONObject() : optJSONObject3);
JSONObject optJSONObject4 = fullResponse.i().optJSONObject(kq.d);
this.e = new xb(optJSONObject4 == null ? new JSONObject() : optJSONObject4);
}
public final n8 a() {
return this.d;
}
public final xb b() {
return this.e;
}
public final cr c() {
return this.a;
}
public final po d() {
return this.b;
}
public final ro e() {
return this.c;
}
}