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

57 lines
1.9 KiB
Java

package com.fyber.inneractive.sdk.mraid;
import com.fyber.inneractive.sdk.util.IAlog;
import com.fyber.inneractive.sdk.util.a0;
import com.fyber.inneractive.sdk.util.p0;
import com.fyber.inneractive.sdk.web.j;
import com.mbridge.msdk.newreward.function.common.MBridgeError;
import java.util.LinkedHashMap;
/* loaded from: classes2.dex */
public final class m extends a {
public m(LinkedHashMap linkedHashMap, com.fyber.inneractive.sdk.web.j jVar, p0 p0Var) {
super(linkedHashMap, jVar, p0Var);
}
@Override // com.fyber.inneractive.sdk.mraid.b
public final void a() {
a0.a aVar;
String b = b("url");
IAlog.e("IAmraidActionOpen: opening Internal Browser For Url: %s", b);
com.fyber.inneractive.sdk.web.j jVar = this.c;
if (jVar != null) {
p0 p0Var = this.d;
L l = jVar.g;
if (l != 0) {
aVar = ((j.f) l).a(b, p0Var, null);
} else {
a0.d dVar = a0.d.FAILED;
Exception exc = new Exception("No webview listener available");
if (jVar.l() != null) {
jVar.l().getClass();
}
aVar = new a0.a(dVar, exc);
}
if (aVar.a == a0.d.FAILED) {
com.fyber.inneractive.sdk.web.j jVar2 = this.c;
g gVar = g.OPEN;
Throwable th = aVar.b;
jVar2.a(gVar, th == null ? MBridgeError.ERROR_MESSAGE_UN_KNOWN : th.getMessage());
}
}
}
@Override // com.fyber.inneractive.sdk.mraid.a
public final String c() {
return b("url");
}
@Override // com.fyber.inneractive.sdk.mraid.a
public final void d() {
com.fyber.inneractive.sdk.web.j jVar = this.c;
if (jVar != null) {
jVar.a(g.OPEN, "No native click was detected in a timely fashion");
}
}
}