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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,71 @@
package com.ironsource;
import com.ironsource.mediationsdk.IronSource;
import com.ironsource.mediationsdk.model.NetworkSettings;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes2.dex */
public final class l7 implements x2 {
private final m8 a;
private final so b;
private final IronSource.AD_UNIT c;
public /* synthetic */ class a {
public static final /* synthetic */ int[] a;
static {
int[] iArr = new int[IronSource.AD_UNIT.values().length];
try {
iArr[IronSource.AD_UNIT.BANNER.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
iArr[IronSource.AD_UNIT.INTERSTITIAL.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
iArr[IronSource.AD_UNIT.REWARDED_VIDEO.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
a = iArr;
}
}
public l7(m8 adFormatConfigurations, so soVar, IronSource.AD_UNIT adFormat) {
Intrinsics.checkNotNullParameter(adFormatConfigurations, "adFormatConfigurations");
Intrinsics.checkNotNullParameter(adFormat, "adFormat");
this.a = adFormatConfigurations;
this.b = soVar;
this.c = adFormat;
}
@Override // com.ironsource.x2
public eh a(oo providerName) {
NetworkSettings b;
pp f;
Intrinsics.checkNotNullParameter(providerName, "providerName");
so soVar = this.b;
if (soVar == null || (b = soVar.b(providerName.value())) == null) {
return null;
}
int i = a.a[this.c.ordinal()];
if (i == 1) {
n6 c = this.a.c();
if (c != null) {
return new t6(new v2(b, b.getBannerSettings(), this.c), c);
}
return null;
}
if (i != 2) {
if (i == 3 && (f = this.a.f()) != null) {
return new yo(new v2(b, b.getRewardedVideoSettings(), this.c), f);
}
return null;
}
hi d = this.a.d();
if (d != null) {
return new ki(new v2(b, b.getInterstitialSettings(), this.c), d);
}
return null;
}
}