ZStore v1.7版本的 MD5 值为:ca9bb200afd8d690876bd39318f8215c

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


package com.applovin.impl.mediation.b.b;

import android.net.Uri;
import android.webkit.URLUtil;
import androidx.annotation.Nullable;
import com.applovin.impl.sdk.AppLovinError;
import com.applovin.impl.sdk.e.d;
import com.applovin.impl.sdk.e.x;
import com.applovin.impl.sdk.nativeAd.AppLovinNativeAdLoadListener;
import com.applovin.impl.sdk.network.c;
import com.applovin.impl.sdk.o;
import com.applovin.impl.sdk.utils.JsonUtils;
import com.applovin.impl.sdk.utils.StringUtils;
import com.applovin.mediation.MaxAdFormat;
import com.applovin.mediation.adapter.parameters.MaxAdapterInitializationParameters;
import com.applovin.mediation.adapter.parameters.MaxAdapterResponseParameters;
import com.google.android.gms.common.internal.ImagesContract;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import org.json.JSONArray;
import org.json.JSONObject;

public class a extends com.applovin.impl.mediation.b.b {
    public static final Uri d = Uri.parse("https://api.taboola.com/");
    private final String e;
    private final Uri f;
    private final Map<String, Object> g;
    private String h;
    private String i;

    public a(String str, String str2, @Nullable String str3, o oVar) {
        super("TaboolaApiService", oVar);
        this.h = "init";
        this.i = "";
        this.e = str;
        this.f = Uri.withAppendedPath(URLUtil.isValidUrl(str3) ? Uri.parse(str3) : d, "2.0/json/" + str2);
        this.g = new HashMap(3);
        this.g.put("type", "mobile");
        this.g.put("apiKey", str);
        this.g.put("origin", "SERVER");
    }

    public void a(MaxAdapterInitializationParameters maxAdapterInitializationParameters, b bVar) {
        String str = (String) this.a.b(com.applovin.impl.mediation.b.c.a, null, this.c);
        Long l = (Long) this.a.b(com.applovin.impl.mediation.b.c.b, null, this.c);
        if (!StringUtils.isValidString(str) || l == null) {
            a(bVar);
        } else if (maxAdapterInitializationParameters.getServerParameters().getLong("user_id_expiration_millis", TimeUnit.DAYS.toMillis(30L)) - (System.currentTimeMillis() - l.longValue()) > TimeUnit.HOURS.toMillis(1L)) {
            this.i = str;
            bVar.onInitialized(true, null);
        } else {
            a(bVar);
        }
    }

    public void a(final MaxAdapterResponseParameters maxAdapterResponseParameters, final AppLovinNativeAdLoadListener appLovinNativeAdLoadListener) {
        JSONObject jSONObject = new JSONObject();
        JsonUtils.putJSONObject(jSONObject, "app", new JSONObject(this.g));
        JsonUtils.putJSONObject(jSONObject, "consent", d());
        JsonUtils.putJSONObject(jSONObject, "user", a(maxAdapterResponseParameters));
        JsonUtils.putJSONObject(jSONObject, "source", b(maxAdapterResponseParameters));
        JsonUtils.putJSONObject(jSONObject, "view", c(maxAdapterResponseParameters));
        JsonUtils.putJsonArray(jSONObject, "placements", d(maxAdapterResponseParameters));
        this.a.N().a((d) new x<JSONObject>(com.applovin.impl.sdk.network.c.a(this.a).a(this.f.toString() + "/recommendations.get").b("POST").a(jSONObject).a((c.a) new JSONObject()).c(false).e(false).a(), this.a) {
            @Override
            public void a(JSONObject jSONObject2, int i) {
                if (i == 200 && jSONObject2 != null) {
                    a.this.h = JsonUtils.getString(JsonUtils.getJSONObject(jSONObject2, "user", new JSONObject()), "session", "");
                    this.f.N().a((d) new c(jSONObject2, maxAdapterResponseParameters, MaxAdFormat.NATIVE, appLovinNativeAdLoadListener, this.f));
                    return;
                }
                com.applovin.impl.sdk.x xVar = this.h;
                if (com.applovin.impl.sdk.x.a()) {
                    this.h.e(this.g, "Unable to fetch " + maxAdapterResponseParameters.getThirdPartyAdPlacementId() + " Taboola ad: server returned " + i);
                }
                appLovinNativeAdLoadListener.onNativeAdLoadFailed(new AppLovinError(i, "Taboola server returned with code: " + jSONObject2));
            }

            @Override
            public void a(int i, String str, JSONObject jSONObject2) {
                com.applovin.impl.sdk.x xVar = this.h;
                if (com.applovin.impl.sdk.x.a()) {
                    this.h.e(this.g, "Unable to fetch " + maxAdapterResponseParameters.getThirdPartyAdPlacementId() + " Taboola ad: server returned " + i);
                }
                appLovinNativeAdLoadListener.onNativeAdLoadFailed(new AppLovinError(i, "Taboola server returned with code: " + jSONObject2));
            }
        });
    }

    private void a(final b bVar) {
        HashMap hashMap = new HashMap(2);
        hashMap.put("app.type", "mobile");
        hashMap.put("app.apikey", this.e);
        this.a.N().a((d) new x<JSONObject>(com.applovin.impl.sdk.network.c.a(this.a).a(this.f.toString() + "/user.sync").b("GET").a((Map<String, String>) hashMap).a((c.a) new JSONObject()).c(false).e(false).a(), this.a) {
            @Override
            public void a(JSONObject jSONObject, int i) {
                if (i == 200 && jSONObject != null) {
                    a.this.i = JsonUtils.getString(JsonUtils.getJSONObject(jSONObject, "user", new JSONObject()), "id", "");
                    this.f.a(com.applovin.impl.mediation.b.c.a, (com.applovin.impl.mediation.b.c<String>) a.this.i, a.this.c);
                    this.f.a(com.applovin.impl.mediation.b.c.b, (com.applovin.impl.mediation.b.c<Long>) Long.valueOf(System.currentTimeMillis()), a.this.c);
                    bVar.onInitialized(true, null);
                    return;
                }
                String str = "Unable to fetch user id. Server returned " + i;
                com.applovin.impl.sdk.x xVar = this.h;
                if (com.applovin.impl.sdk.x.a()) {
                    this.h.e(this.g, str);
                }
                bVar.onInitialized(false, str);
            }

            @Override
            public void a(int i, String str, JSONObject jSONObject) {
                com.applovin.impl.sdk.x xVar = this.h;
                if (com.applovin.impl.sdk.x.a()) {
                    this.h.e(this.g, "Unable to fetch user id. Server returned " + i);
                }
                bVar.onInitialized(false, str);
            }
        });
    }

    private JSONObject d() {
        Map<String, Object> h;
        JSONObject jSONObject = new JSONObject();
        if (this.a.T() != null) {
            h = this.a.T().e();
        } else {
            h = this.a.S().h();
        }
        Object obj = h.get("IABTCF_gdprApplies");
        if (obj != null) {
            JsonUtils.putObject(jSONObject, "gdpr_applies", obj);
            JsonUtils.putString(jSONObject, "daisyBit", String.valueOf(h.get("IABTCF_TCString")));
        }
        return jSONObject;
    }

    private JSONObject a(MaxAdapterResponseParameters maxAdapterResponseParameters) {
        Map<String, Object> d2;
        String str;
        if (this.a.T() != null) {
            d2 = this.a.T().b();
        } else {
            d2 = this.a.S().d();
        }
        String valueOf = String.valueOf(d2.get("ua"));
        String valueOf2 = String.valueOf(d2.get("idfa"));
        String str2 = this.h;
        Map<String, Object> localExtraParameters = maxAdapterResponseParameters.getLocalExtraParameters();
        if (localExtraParameters.containsKey("taboola_session")) {
            Object obj = localExtraParameters.get("taboola_session");
            if (obj instanceof String) {
                str = (String) obj;
                JSONObject jSONObject = new JSONObject();
                JsonUtils.putString(jSONObject, "session", str);
                JsonUtils.putString(jSONObject, "agent", valueOf == null ? valueOf : "");
                JsonUtils.putString(jSONObject, "device", valueOf2 == null ? valueOf2 : "");
                JsonUtils.putString(jSONObject, "id", this.i);
                JsonUtils.putString(jSONObject, "realip", maxAdapterResponseParameters.getServerParameters().getString("s2s_ip", ""));
                return jSONObject;
            }
        }
        str = str2;
        JSONObject jSONObject2 = new JSONObject();
        JsonUtils.putString(jSONObject2, "session", str);
        JsonUtils.putString(jSONObject2, "agent", valueOf == null ? valueOf : "");
        JsonUtils.putString(jSONObject2, "device", valueOf2 == null ? valueOf2 : "");
        JsonUtils.putString(jSONObject2, "id", this.i);
        JsonUtils.putString(jSONObject2, "realip", maxAdapterResponseParameters.getServerParameters().getString("s2s_ip", ""));
        return jSONObject2;
    }

    private JSONObject b(MaxAdapterResponseParameters maxAdapterResponseParameters) {
        JSONObject jSONObject = new JSONObject();
        JsonUtils.putString(jSONObject, "type", maxAdapterResponseParameters.getCustomParameters().getString("source_type", ""));
        JsonUtils.putString(jSONObject, "id", maxAdapterResponseParameters.getCustomParameters().getString("source_id", ""));
        JsonUtils.putString(jSONObject, ImagesContract.URL, maxAdapterResponseParameters.getCustomParameters().getString("source_url", ""));
        return jSONObject;
    }

    private JSONObject c(MaxAdapterResponseParameters maxAdapterResponseParameters) {
        JSONObject jSONObject = new JSONObject();
        JsonUtils.putString(jSONObject, "id", a(maxAdapterResponseParameters, "taboola_view_id", ""));
        return jSONObject;
    }

    private JSONArray d(MaxAdapterResponseParameters maxAdapterResponseParameters) {
        JSONArray jSONArray = new JSONArray();
        JSONObject jSONObject = new JSONObject();
        JsonUtils.putString(jSONObject, "name", maxAdapterResponseParameters.getThirdPartyAdPlacementId());
        JsonUtils.putInt(jSONObject, "recCount", 1);
        JsonUtils.putString(jSONObject, "organicType", maxAdapterResponseParameters.getCustomParameters().getString("placement_type", "MIX"));
        Map<String, Object> localExtraParameters = maxAdapterResponseParameters.getLocalExtraParameters();
        if (localExtraParameters.containsKey("taboola_thumbnail_height") && localExtraParameters.containsKey("taboola_thumbnail_width")) {
            Integer a = a(maxAdapterResponseParameters, "taboola_thumbnail_height", (Integer) 0);
            Integer a2 = a(maxAdapterResponseParameters, "taboola_thumbnail_width", (Integer) 0);
            if (a.intValue() > 0 && a2.intValue() > 0) {
                JSONObject jSONObject2 = new JSONObject();
                JsonUtils.putInt(jSONObject2, "width", a.intValue());
                JsonUtils.putInt(jSONObject2, "height", a2.intValue());
                JsonUtils.putJSONObject(jSONObject, "thumbnail", jSONObject2);
            }
        }
        jSONArray.put(jSONObject);
        return jSONArray;
    }

    private String a(MaxAdapterResponseParameters maxAdapterResponseParameters, String str, String str2) {
        if (maxAdapterResponseParameters.getLocalExtraParameters().containsKey(str)) {
            Object obj = maxAdapterResponseParameters.getLocalExtraParameters().get(str);
            if (obj instanceof String) {
                return (String) obj;
            }
        }
        return maxAdapterResponseParameters.getCustomParameters().getString(str, str2);
    }

    private Integer a(MaxAdapterResponseParameters maxAdapterResponseParameters, String str, Integer num) {
        if (maxAdapterResponseParameters.getLocalExtraParameters().containsKey(str)) {
            Object obj = maxAdapterResponseParameters.getLocalExtraParameters().get(str);
            if (obj instanceof Integer) {
                return (Integer) obj;
            }
        }
        return Integer.valueOf(maxAdapterResponseParameters.getCustomParameters().getInt(str, num.intValue()));
    }
}