导航菜单

页面标题

页面副标题

FileWipe Pro v3.0.0 - e.java 源代码

正在查看: FileWipe Pro v3.0.0 应用的 e.java JAVA 源代码文件

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


package com.fyber.inneractive.sdk.click;

import android.net.Uri;
import android.text.TextUtils;
import com.fyber.inneractive.sdk.config.IAConfigManager;
import com.fyber.inneractive.sdk.config.f0;
import com.fyber.inneractive.sdk.network.e0;
import java.util.Iterator;
import java.util.List;

public final class e implements e0 {

    public final List f5294a;

    public final Uri f5295b;

    public final g f5296c;

    public e(g gVar, List list, Uri uri) {
        this.f5296c = gVar;
        this.f5294a = list;
        this.f5295b = uri;
    }

    @Override
    public final void a(Object obj, Exception exc, boolean z3) {
        c cVar = (c) obj;
        if (this.f5296c.f5302f) {
            return;
        }
        if (exc != null || cVar == null) {
            String uri = this.f5295b.toString();
            IAConfigManager iAConfigManager = IAConfigManager.O;
            com.fyber.inneractive.sdk.util.r.f8624b.post(new f0(uri, null));
            Uri uri2 = this.f5295b;
            this.f5296c.getClass();
            b a10 = r.a(uri2.toString(), "IgniteGooglePlay", "failed getting redirects");
            List list = this.f5294a;
            if (list != null) {
                list.add(new j(this.f5295b.toString(), false, q.INTERNAL_REDIRECT, "failed getting redirects. ignite click handler"));
                List list2 = this.f5294a;
                a10.f5290f.clear();
                a10.f5290f.addAll(list2);
            }
            g gVar = this.f5296c;
            f fVar = gVar.f5299c;
            if (fVar != null) {
                fVar.a(a10, gVar.f5300d, gVar.f5301e);
                return;
            }
            return;
        }
        if (cVar.f5291a.size() > 0) {
            String str = (String) j0.a.d(1, cVar.f5291a);
            if (this.f5294a != null) {
                Iterator it = cVar.f5291a.iterator();
                while (it.hasNext()) {
                    String str2 = (String) it.next();
                    if (!TextUtils.equals(str2, str)) {
                        this.f5294a.add(new j(str2, true, q.INTERNAL_REDIRECT, null));
                    }
                }
                List list3 = this.f5294a;
                q qVar = q.OPEN_INTERNAL_STORE;
                list3.add(new j(str, true, qVar, null));
                this.f5296c.getClass();
                b bVar = new b(str, qVar, "IgniteGooglePlay", null);
                List list4 = this.f5294a;
                bVar.f5290f.clear();
                bVar.f5290f.addAll(list4);
                g gVar2 = this.f5296c;
                f fVar2 = gVar2.f5299c;
                if (fVar2 != null) {
                    fVar2.a(bVar, gVar2.f5300d, gVar2.f5301e);
                }
            }
            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.f8624b.post(new f0(replace, null));
            } else {
                String str3 = cVar.f5292b;
                IAConfigManager iAConfigManager3 = IAConfigManager.O;
                com.fyber.inneractive.sdk.util.r.f8624b.post(new f0(str, str3));
            }
        }
    }
}