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

42 lines
1.7 KiB
Java

package com.ironsource;
import com.ironsource.d0;
import com.ironsource.mediationsdk.logger.IronLog;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes2.dex */
public final class o7 extends d0 {
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public o7(s1 adUnitData, nu waterfallInstances) {
super(adUnitData, waterfallInstances);
Intrinsics.checkNotNullParameter(adUnitData, "adUnitData");
Intrinsics.checkNotNullParameter(waterfallInstances, "waterfallInstances");
}
@Override // com.ironsource.d0
public void a(x instance, d0.b loadSelection) {
String str;
Intrinsics.checkNotNullParameter(instance, "instance");
Intrinsics.checkNotNullParameter(loadSelection, "loadSelection");
if (!instance.s()) {
IronLog.INTERNAL.verbose(instance.c().name() + " - Instance " + instance.n() + " (non-bidder) is ready to load");
loadSelection.a().add(instance);
return;
}
loadSelection.a(true);
if (loadSelection.e()) {
str = "Advanced Loading: Starting to load bidder " + instance.n() + ". No other instances will be loaded at the same time.";
loadSelection.a().add(instance);
} else {
str = "Advanced Loading: Won't start loading bidder " + instance.n() + " as a non bidder is being loaded";
}
IronLog.INTERNAL.verbose(instance.c().name() + " - " + str);
}
@Override // com.ironsource.d0
public boolean a(d0.b loadSelection) {
Intrinsics.checkNotNullParameter(loadSelection, "loadSelection");
return super.a(loadSelection) || loadSelection.d();
}
}