Files
rr3-apk/decompiled-community/sources/com/fyber/inneractive/sdk/web/b.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

70 lines
2.4 KiB
Java

package com.fyber.inneractive.sdk.web;
import android.webkit.WebView;
import com.fyber.inneractive.sdk.external.InneractiveErrorCode;
import com.fyber.inneractive.sdk.external.InneractiveInfrastructureError;
import com.fyber.inneractive.sdk.measurement.a;
import com.fyber.inneractive.sdk.web.f;
import com.fyber.inneractive.sdk.web.h0;
import com.fyber.inneractive.sdk.web.j;
/* loaded from: classes2.dex */
public final class b<T extends h0> extends g0<T> {
public final a O;
public b(a aVar, boolean z) {
super(z, j.g.INTERSTITIAL, null);
this.O = aVar;
}
@Override // com.fyber.inneractive.sdk.web.h.b
public final void a() {
}
/* JADX WARN: Can't fix incorrect switch cases order, some code will duplicate */
/* JADX WARN: Code restructure failed: missing block: B:53:0x0078, code lost:
if (r6.equals("success") == false) goto L21;
*/
@Override // com.fyber.inneractive.sdk.web.f
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final boolean a(java.lang.String r10, com.fyber.inneractive.sdk.util.p0 r11) {
/*
Method dump skipped, instructions count: 254
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: com.fyber.inneractive.sdk.web.b.a(java.lang.String, com.fyber.inneractive.sdk.util.p0):boolean");
}
@Override // com.fyber.inneractive.sdk.web.h.b
public final void c() {
}
@Override // com.fyber.inneractive.sdk.web.f
public final a.InterfaceC0075a e() {
return null;
}
@Override // com.fyber.inneractive.sdk.web.f, com.fyber.inneractive.sdk.web.g
public final void b() {
f.b bVar;
if (this.O == null || (bVar = this.f) == null) {
return;
}
bVar.a(new InneractiveInfrastructureError(InneractiveErrorCode.SDK_INTERNAL_ERROR, com.fyber.inneractive.sdk.flow.g.WEBVIEW_FMP_ENDCARD_ERROR));
}
@Override // com.fyber.inneractive.sdk.web.f, com.fyber.inneractive.sdk.web.g
public final void a(WebView webView) {
if (webView == null || this.O == null) {
return;
}
webView.setLongClickable(false);
webView.setOnLongClickListener(new com.fyber.inneractive.sdk.util.e0());
this.O.a(webView);
}
}