Files
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

38 lines
1.4 KiB
Java

package com.fyber.inneractive.sdk.player;
import android.app.Application;
import com.fyber.inneractive.sdk.config.IAConfigManager;
import com.fyber.inneractive.sdk.config.e0;
import com.fyber.inneractive.sdk.config.enums.UnitDisplayType;
import com.fyber.inneractive.sdk.config.f0;
import com.fyber.inneractive.sdk.config.global.features.l;
import com.fyber.inneractive.sdk.flow.g0;
import com.fyber.inneractive.sdk.util.o;
/* loaded from: classes2.dex */
public final class a {
public final g0 a;
public e b;
/* renamed from: com.fyber.inneractive.sdk.player.a$a, reason: collision with other inner class name */
public interface InterfaceC0079a {
}
public a(g0 g0Var) {
this.a = g0Var;
}
public final InterfaceC0079a a() throws Throwable {
com.fyber.inneractive.sdk.config.g0 g0Var;
UnitDisplayType unitDisplayType;
if (this.b == null) {
Application application = o.a;
g0 g0Var2 = this.a;
com.fyber.inneractive.sdk.response.g gVar = (com.fyber.inneractive.sdk.response.g) g0Var2.b;
f0 f0Var = g0Var2.d;
this.b = new e(application, gVar, f0Var, g0Var2.a, g0Var2, (f0Var == null || !((l) g0Var2.c.a(l.class)).d() || (g0Var = ((e0) this.a.d).f) == null || !((unitDisplayType = g0Var.j) == UnitDisplayType.INTERSTITIAL || unitDisplayType == UnitDisplayType.REWARDED)) ? null : IAConfigManager.L.I);
}
return this.b;
}
}