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

39 lines
1.3 KiB
Java

package com.ironsource;
import com.ironsource.mediationsdk.demandOnly.p;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public interface o4 {
public static final class a implements o4 {
private final JSONObject a;
/* JADX WARN: Multi-variable type inference failed */
public a() {
this(null, 1, 0 == true ? 1 : 0);
}
public a(JSONObject jSONObject) {
this.a = jSONObject;
}
public /* synthetic */ a(JSONObject jSONObject, int i, DefaultConstructorMarker defaultConstructorMarker) {
this((i & 1) != 0 ? new JSONObject() : jSONObject);
}
@Override // com.ironsource.o4
public com.ironsource.mediationsdk.demandOnly.p a(String instanceId) {
Intrinsics.checkNotNullParameter(instanceId, "instanceId");
JSONObject jSONObject = this.a;
JSONObject optJSONObject = jSONObject != null ? jSONObject.optJSONObject(instanceId) : null;
String optString = optJSONObject != null ? optJSONObject.optString("plumbus") : null;
return optString != null ? new p.a(optString) : new p.b();
}
}
com.ironsource.mediationsdk.demandOnly.p a(String str);
}