Driving Zone: Germany v1.22.4版本的 MD5 值为:2b6e2d8e8733a3104dcc306c5770286c

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


package com.yandex.mobile.ads.impl;

import android.content.Context;
import android.net.Uri;
import android.text.TextUtils;
import java.util.Map;

public class o02 {

    private final i4 f8300a = new i4();
    private final q02 b = new q02();
    private final vc1 c;
    private final gi d;
    private final w70 e;

    public o02() {
        vc1 vc1Var = new vc1();
        this.c = vc1Var;
        this.d = new gi(vc1Var);
        this.e = new w70();
    }

    public pc1<h02> a(Context context, c2 c2Var, m02 m02Var, Object obj, wc1<h02> wc1Var) {
        String a2 = m02Var.a();
        String c = m02Var.c();
        String b = m02Var.b();
        Map<String, String> a3 = this.f8300a.a(m02Var.d());
        a80 j = c2Var.j();
        String h = j.h();
        String e = j.e();
        String a4 = j.a();
        if (TextUtils.isEmpty(a4)) {
            a4 = "https://mobile.yandexadexchange.net";
        }
        Uri.Builder appendQueryParameter = Uri.parse(a4).buildUpon().appendPath(a2).appendPath("vmap").appendPath(c).appendQueryParameter("video-category-id", b);
        this.c.a(appendQueryParameter, "uuid", h);
        this.c.a(appendQueryParameter, "mauid", e);
        this.d.a(context, appendQueryParameter);
        if (a3 != null) {
            for (Map.Entry<String, String> entry : a3.entrySet()) {
                appendQueryParameter.appendQueryParameter(entry.getKey(), entry.getValue());
            }
        }
        new c80(context, c2Var).a(context, appendQueryParameter);
        l02 l02Var = new l02(context, this.e.a(context, appendQueryParameter.build().toString()), new u02(wc1Var), m02Var, this.b);
        l02Var.b(obj);
        return l02Var;
    }
}