Files
rr3-apk/decompiled/sources/com/ironsource/o7.java
Daniel Elliott f9d20bb3fc 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>
2026-02-18 14:52:23 -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();
}
}