Files
rr3-apk/decompiled-community/sources/com/fyber/inneractive/sdk/flow/u.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

51 lines
2.0 KiB
Java

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());
}
}
}
}