Idle Tower v2.48版本的 MD5 值为:56f20496f6a85726b376356ed2ecee23

以下内容为反编译后的 e.java 源代码,内容仅作参考


package com.fyber.inneractive.sdk.click;

import android.net.Uri;
import android.text.TextUtils;
import com.applovin.impl.sdk.utils.Utils;
import com.fyber.inneractive.sdk.click.l;
import com.fyber.inneractive.sdk.config.IAConfigManager;
import com.fyber.inneractive.sdk.network.u;
import java.util.List;

public class e implements u<c> {

    public final List f3609a;
    public final Uri b;
    public final f c;

    public e(f fVar, List list, Uri uri) {
        this.c = fVar;
        this.f3609a = list;
        this.b = uri;
    }

    @Override
    public void a(c cVar, Exception exc, boolean z) {
        c cVar2 = cVar;
        if (exc == null && cVar2 != null) {
            if (cVar2.f3608a.size() > 0) {
                List<String> list = cVar2.f3608a;
                String str = list.get(list.size() - 1);
                if (this.f3609a != null) {
                    for (String str2 : cVar2.f3608a) {
                        if (!TextUtils.equals(str2, str)) {
                            this.f3609a.add(new i(str2, true, l.d.INTERNAL_REDIRECT, null));
                        }
                    }
                    List list2 = this.f3609a;
                    l.d dVar = l.d.OPEN_INTERNAL_STORE;
                    list2.add(new i(str, true, dVar, null));
                    this.c.getClass();
                    b a2 = l.a(str, dVar, "IgniteGooglePlay");
                    a2.f = this.f3609a;
                    f fVar = this.c;
                    fVar.c.a(a2, fVar.d, fVar.e);
                }
                if (str.startsWith(Utils.PLAY_STORE_SCHEME)) {
                    IAConfigManager.a(str.replace("market://details?id=", "https://play.google.com/store/apps/details?id="), null);
                    return;
                } else {
                    IAConfigManager.a(str, cVar2.b);
                    return;
                }
            }
            return;
        }
        IAConfigManager.a(this.b.toString(), null);
        Uri uri = this.b;
        this.c.getClass();
        b a3 = l.a(uri.toString(), "IgniteGooglePlay", "failed getting redirects");
        List list3 = this.f3609a;
        if (list3 != null) {
            list3.add(new i(this.b.toString(), false, l.d.INTERNAL_REDIRECT, "failed getting redirects. ignite click handler"));
            a3.f = this.f3609a;
        }
        f fVar2 = this.c;
        fVar2.c.a(a3, fVar2.d, fVar2.e);
    }
}