Ice Scream Tycoon v1.0.4版本的 MD5 值为:f589390679eebf9f2a1d825e8c8a632e

以下内容为反编译后的 ek1.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 ek1 {

    private final q3 f7765a = new q3();
    private final gk1 b = new gk1();
    private final o01 c;
    private final ue d;
    private final j10 e;

    public ek1() {
        o01 o01Var = new o01();
        this.c = o01Var;
        this.d = new ue(o01Var);
        this.e = new j10();
    }

    public m01<xj1> a(Context context, t1 t1Var, ck1 ck1Var, Object obj, p01<xj1> p01Var) {
        String a2 = ck1Var.a();
        String c = ck1Var.c();
        String b = ck1Var.b();
        Map<String, String> a3 = this.f7765a.a(ck1Var.d());
        n10 j = t1Var.j();
        String g = j.g();
        String d = j.d();
        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", g);
        this.c.a(appendQueryParameter, "mauid", d);
        this.d.a(context, appendQueryParameter);
        if (a3 != null) {
            for (Map.Entry<String, String> entry : a3.entrySet()) {
                appendQueryParameter.appendQueryParameter(entry.getKey(), entry.getValue());
            }
        }
        new o10(context, t1Var).a(context, appendQueryParameter);
        bk1 bk1Var = new bk1(context, this.e.a(context, appendQueryParameter.build().toString()), new kk1(p01Var), ck1Var, this.b);
        bk1Var.b(obj);
        return bk1Var;
    }
}