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,50 @@
package com.fyber.inneractive.sdk.flow;
import com.fyber.inneractive.sdk.external.InneractiveAdRequest;
import com.fyber.inneractive.sdk.external.InneractiveAdSpot;
import com.fyber.inneractive.sdk.external.InneractiveInfrastructureError;
import com.fyber.inneractive.sdk.flow.k;
import com.fyber.inneractive.sdk.flow.t;
import org.json.JSONArray;
/* loaded from: classes2.dex */
public final class u implements k.a {
public final /* synthetic */ t a;
public u(t tVar) {
this.a = tVar;
}
public final void a(InneractiveAdRequest inneractiveAdRequest, InneractiveInfrastructureError inneractiveInfrastructureError, com.fyber.inneractive.sdk.response.e eVar) {
com.fyber.inneractive.sdk.config.global.s sVar;
if (this.a.b != null) {
if (inneractiveInfrastructureError.getErrorCode().shouldSendTimeMetric()) {
this.a.a(inneractiveAdRequest, eVar);
}
t tVar = this.a;
if (!tVar.j) {
t.c cVar = tVar.i;
if (cVar != null) {
cVar.onAdRefreshFailed(tVar, inneractiveInfrastructureError.getErrorCode());
return;
}
return;
}
j jVar = tVar.h;
l lVar = tVar.l;
JSONArray jSONArray = null;
com.fyber.inneractive.sdk.config.global.s sVar2 = lVar != null ? lVar.c : null;
if (jVar != null && (sVar = jVar.c) != null) {
jSONArray = sVar.c();
} else if (sVar2 != null) {
jSONArray = sVar2.c();
}
a.a(inneractiveAdRequest, inneractiveInfrastructureError, tVar.e, eVar, jSONArray);
t tVar2 = this.a;
InneractiveAdSpot.RequestListener requestListener = tVar2.b;
if (requestListener != null) {
requestListener.onInneractiveFailedAdRequest(tVar2, inneractiveInfrastructureError.getErrorCode());
}
}
}
}