- 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
76 lines
3.4 KiB
Java
76 lines
3.4 KiB
Java
package com.ironsource;
|
|
|
|
import com.ironsource.mediationsdk.logger.IronLog;
|
|
import com.ironsource.mediationsdk.model.NetworkSettings;
|
|
import java.util.ArrayList;
|
|
import java.util.Iterator;
|
|
import java.util.List;
|
|
import kotlin.collections.CollectionsKt__IterablesKt;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
import kotlin.jvm.internal.SourceDebugExtension;
|
|
import org.json.JSONObject;
|
|
|
|
@SourceDebugExtension({"SMAP\nNoAuctionWaterfallFetcher.kt\nKotlin\n*S Kotlin\n*F\n+ 1 NoAuctionWaterfallFetcher.kt\ncom/unity3d/mediation/internal/ads/controllers/adunits/waterfall/fetch/NoAuctionWaterfallFetcher\n+ 2 _Collections.kt\nkotlin/collections/CollectionsKt___CollectionsKt\n*L\n1#1,63:1\n766#2:64\n857#2,2:65\n1549#2:67\n1620#2,3:68\n*S KotlinDebug\n*F\n+ 1 NoAuctionWaterfallFetcher.kt\ncom/unity3d/mediation/internal/ads/controllers/adunits/waterfall/fetch/NoAuctionWaterfallFetcher\n*L\n51#1:64\n51#1:65,2\n56#1:67\n56#1:68,3\n*E\n"})
|
|
/* loaded from: classes2.dex */
|
|
public final class xm extends lu {
|
|
private final p2 e;
|
|
private final s1 f;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public xm(p2 tools, s1 adUnitData) {
|
|
super(tools, adUnitData);
|
|
Intrinsics.checkNotNullParameter(tools, "tools");
|
|
Intrinsics.checkNotNullParameter(adUnitData, "adUnitData");
|
|
this.e = tools;
|
|
this.f = adUnitData;
|
|
}
|
|
|
|
private final void a(mu muVar, c5 c5Var, a0 a0Var) {
|
|
IronLog.INTERNAL.verbose(k1.a(this.e, (String) null, (String) null, 3, (Object) null));
|
|
muVar.a(a(d(), c5Var, a0Var));
|
|
}
|
|
|
|
private final c5 b() {
|
|
return new c5("", new JSONObject(), null, 0, "");
|
|
}
|
|
|
|
private final String c() {
|
|
return "fallback_" + System.currentTimeMillis();
|
|
}
|
|
|
|
private final List<f5> d() {
|
|
ts f = this.f.b().f();
|
|
List<NetworkSettings> n = this.f.n();
|
|
ArrayList arrayList = new ArrayList();
|
|
for (Object obj : n) {
|
|
NetworkSettings networkSettings = (NetworkSettings) obj;
|
|
if (f == null || f.a(networkSettings, this.f.b().a())) {
|
|
if (!networkSettings.isBidder(this.f.b().a())) {
|
|
arrayList.add(obj);
|
|
}
|
|
}
|
|
}
|
|
ArrayList arrayList2 = new ArrayList(CollectionsKt__IterablesKt.collectionSizeOrDefault(arrayList, 10));
|
|
Iterator it = arrayList.iterator();
|
|
while (it.hasNext()) {
|
|
arrayList2.add(new f5(((NetworkSettings) it.next()).getProviderInstanceName()));
|
|
}
|
|
return arrayList2;
|
|
}
|
|
|
|
@Override // com.ironsource.lu
|
|
public void a(a0 adInstanceFactory, mu waterfallFetcherListener) {
|
|
Intrinsics.checkNotNullParameter(adInstanceFactory, "adInstanceFactory");
|
|
Intrinsics.checkNotNullParameter(waterfallFetcherListener, "waterfallFetcherListener");
|
|
IronLog.INTERNAL.verbose(k1.a(this.e, "auction disabled", (String) null, 2, (Object) null));
|
|
a(waterfallFetcherListener, b(), adInstanceFactory);
|
|
}
|
|
|
|
public final void a(mu waterfallFetcherListener, int i, String auctionFallback, a0 adInstanceFactory) {
|
|
Intrinsics.checkNotNullParameter(waterfallFetcherListener, "waterfallFetcherListener");
|
|
Intrinsics.checkNotNullParameter(auctionFallback, "auctionFallback");
|
|
Intrinsics.checkNotNullParameter(adInstanceFactory, "adInstanceFactory");
|
|
a(waterfallFetcherListener, new c5(c(), new JSONObject(), null, i, auctionFallback), adInstanceFactory);
|
|
}
|
|
}
|