导航菜单

页面标题

页面副标题

CallApp v2.226 - e.java 源代码

正在查看: CallApp v2.226 应用的 e.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.fyber.inneractive.sdk.click;

import a1.d0;
import android.net.Uri;
import android.text.TextUtils;
import com.fyber.inneractive.sdk.config.F;
import com.fyber.inneractive.sdk.config.IAConfigManager;
import com.fyber.inneractive.sdk.network.E;
import java.util.Iterator;
import java.util.List;

public final class e implements E {
    public final List a;
    public final Uri b;
    public final g c;

    public e(g gVar, List list, Uri uri) {
        this.c = gVar;
        this.a = list;
        this.b = uri;
    }

    @Override
    public final void a(Object obj, Exception exc, boolean z) {
        c cVar = (c) obj;
        if (this.c.f) {
            return;
        }
        if (exc != null || cVar == null) {
            String uri = this.b.toString();
            IAConfigManager iAConfigManager = IAConfigManager.O;
            com.fyber.inneractive.sdk.util.r.b.post(new F(uri, null));
            Uri uri2 = this.b;
            this.c.getClass();
            b a = r.a(uri2.toString(), "IgniteGooglePlay", "failed getting redirects");
            List list = this.a;
            if (list != null) {
                list.add(new j(this.b.toString(), false, q.INTERNAL_REDIRECT, "failed getting redirects. ignite click handler"));
                List list2 = this.a;
                a.f.clear();
                a.f.addAll(list2);
            }
            g gVar = this.c;
            f fVar = gVar.c;
            if (fVar != null) {
                fVar.a(a, gVar.d, gVar.e);
                return;
            }
            return;
        }
        if (cVar.a.size() > 0) {
            String str = (String) d0.g(1, cVar.a);
            if (this.a != null) {
                Iterator it = cVar.a.iterator();
                while (it.hasNext()) {
                    String str2 = (String) it.next();
                    if (!TextUtils.equals(str2, str)) {
                        this.a.add(new j(str2, true, q.INTERNAL_REDIRECT, null));
                    }
                }
                List list3 = this.a;
                q qVar = q.OPEN_INTERNAL_STORE;
                list3.add(new j(str, true, qVar, null));
                this.c.getClass();
                b bVar = new b(str, qVar, "IgniteGooglePlay", null);
                List list4 = this.a;
                bVar.f.clear();
                bVar.f.addAll(list4);
                g gVar2 = this.c;
                f fVar2 = gVar2.c;
                if (fVar2 != null) {
                    fVar2.a(bVar, gVar2.d, gVar2.e);
                }
            }
            if (str.startsWith("market")) {
                String replace = str.replace("market://details?id=", "https://play.google.com/store/apps/details?id=");
                IAConfigManager iAConfigManager2 = IAConfigManager.O;
                com.fyber.inneractive.sdk.util.r.b.post(new F(replace, null));
            } else {
                String str3 = cVar.b;
                IAConfigManager iAConfigManager3 = IAConfigManager.O;
                com.fyber.inneractive.sdk.util.r.b.post(new F(str, str3));
            }
        }
    }
}