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

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


package p00;

import com.ironsource.mediationsdk.events.d;
import java.util.ArrayList;
import java.util.Iterator;
import org.json.JSONArray;
import org.json.JSONObject;

public final class c extends a {

    public final String f87970i = "https://outcome-ssp.supersonicads.com/mediation?adUnit=3";

    public c(int i11) {
        this.f87964g = i11;
    }

    @Override
    public final String a(ArrayList<d> arrayList, JSONObject jSONObject) {
        if (jSONObject == null) {
            jSONObject = new JSONObject();
        }
        this.f87963f = jSONObject;
        JSONArray jSONArray = new JSONArray();
        if (!arrayList.isEmpty()) {
            Iterator<d> it = arrayList.iterator();
            while (it.hasNext()) {
                JSONObject c11 = a.c(it.next());
                if (c11 != null) {
                    jSONArray.put(c11);
                }
            }
        }
        return b(jSONArray);
    }

    @Override
    public final String b() {
        return "https://outcome-ssp.supersonicads.com/mediation?adUnit=3";
    }

    @Override
    public final String c() {
        return "outcome";
    }
}