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

49 lines
2.0 KiB
Java

package com.ironsource;
import com.ironsource.gi;
import com.ironsource.wd;
import java.util.Map;
import kotlin.Result;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.SourceDebugExtension;
@SourceDebugExtension({"SMAP\nAdUnitCappingServiceConfig.kt\nKotlin\n*S Kotlin\n*F\n+ 1 AdUnitCappingServiceConfig.kt\ncom/unity3d/mediation/internal/AdUnitCappingServiceConfig\n+ 2 _Maps.kt\nkotlin/collections/MapsKt___MapsKt\n*L\n1#1,54:1\n215#2,2:55\n*S KotlinDebug\n*F\n+ 1 AdUnitCappingServiceConfig.kt\ncom/unity3d/mediation/internal/AdUnitCappingServiceConfig\n*L\n23#1:55,2\n*E\n"})
/* loaded from: classes2.dex */
public final class q1 implements e8 {
private final ok a;
private final Map<String, gi.d> b;
public q1(ok tools, Map<String, gi.d> interstitialAdUnits) {
Intrinsics.checkNotNullParameter(tools, "tools");
Intrinsics.checkNotNullParameter(interstitialAdUnits, "interstitialAdUnits");
this.a = tools;
this.b = interstitialAdUnits;
}
private final void a(Object obj, String str, h8 h8Var) {
Throwable m4062exceptionOrNullimpl = Result.m4062exceptionOrNullimpl(obj);
if (m4062exceptionOrNullimpl != null) {
this.a.a(str, new c8().a(h8Var), m4062exceptionOrNullimpl.getMessage());
}
}
@Override // com.ironsource.e8
public void a(wd.a cappingService) {
Intrinsics.checkNotNullParameter(cappingService, "cappingService");
for (Map.Entry<String, gi.d> entry : this.b.entrySet()) {
String key = entry.getKey();
gi.d value = entry.getValue();
tn d = value.d();
if (d != null) {
h8 h8Var = h8.Pacing;
a(cappingService.a(key, h8Var, new y7(d.a(), d.b(), d.c())), key, h8Var);
}
b8 a = value.a();
if (a != null) {
h8 h8Var2 = h8.ShowCount;
a(cappingService.a(key, h8Var2, new y7(a.a(), a.b(), a.c())), key, h8Var2);
}
}
}
}