Kufar v3.2.0版本的 MD5 值为:6a4d203db1c561c7e3bcd50d23fed59f

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


package com.yandex.mobile.ads.impl;

import android.content.Context;
import android.net.Uri;
import android.text.TextUtils;
import androidx.annotation.NonNull;
import com.yandex.mobile.ads.impl.eg1;
import java.util.HashMap;
import java.util.Map;

public final class wf1 {

    @NonNull
    private final p4 f70923a = new p4();

    @NonNull
    private final yf1 f70924b = new yf1();

    @NonNull
    private final tu0 f70925c;

    @NonNull
    private final di f70926d;

    @NonNull
    private final kq f70927e;

    @NonNull
    private final wy0 f70928f;

    public wf1() {
        tu0 tu0Var = new tu0();
        this.f70925c = tu0Var;
        this.f70926d = new di(tu0Var);
        this.f70927e = new kq();
        this.f70928f = new wy0();
    }

    @NonNull
    public final tf1 a(@NonNull Context context, @NonNull g2 g2Var, @NonNull uf1 uf1Var, @NonNull Object obj, @NonNull xf1 xf1Var) {
        String a11 = uf1Var.a();
        String c11 = uf1Var.c();
        String b11 = uf1Var.b();
        p4 p4Var = this.f70923a;
        Map<String, String> d11 = uf1Var.d();
        p4Var.getClass();
        HashMap a12 = p4.a(d11);
        oq j11 = g2Var.j();
        String f11 = j11.f();
        String d12 = j11.d();
        String a13 = j11.a();
        if (TextUtils.isEmpty(a13)) {
            a13 = "https://mobile.yandexadexchange.net";
        }
        Uri.Builder appendQueryParameter = Uri.parse(a13).buildUpon().appendPath(a11).appendPath("vmap").appendPath(c11).appendQueryParameter("video-category-id", b11);
        this.f70928f.getClass();
        if (!wy0.a(context)) {
            this.f70925c.getClass();
            tu0.a(appendQueryParameter, "uuid", f11);
            this.f70925c.getClass();
            tu0.a(appendQueryParameter, "mauid", d12);
        }
        this.f70926d.a(context, appendQueryParameter);
        if (a12 != null) {
            for (Map.Entry entry : a12.entrySet()) {
                appendQueryParameter.appendQueryParameter((String) entry.getKey(), (String) entry.getValue());
            }
        }
        new qq(context, g2Var).a(context, appendQueryParameter);
        tf1 tf1Var = new tf1(context, this.f70927e.a(context, appendQueryParameter.build().toString()), new eg1.b(xf1Var), uf1Var, this.f70924b);
        tf1Var.b(obj);
        return tf1Var;
    }
}