Perfume Of Love v2.14.9版本的 MD5 值为:16011aefc5a55805771706ce3b259b4e

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


package com.inmobi.media;

import android.webkit.URLUtil;
import org.json.JSONObject;
public class gj extends fw {
    public JSONObject ext;
    public b ice;
    public String kA;
    public c unifiedIdServiceConfig;
    public int vAK;

    public static class b {
        public int sampleInterval = ms.bd.o.Pgl.c.COLLECT_MODE_FINANCE;
        public int stopRequestTimeout = 3;
        public boolean locationEnabled = false;
        public boolean sessionEnabled = false;
        public d w = new d();
        public a c = new a();
    }

    public static class c {
        public boolean enabled = true;
        public String url = "https://unif-id.ssp.inmobi.com/fetch";
        public int maxRetries = 0;
        public int retryInterval = 0;
        public int timeout = 10;
    }

    @Override
    public String b() {
        return "signals";
    }

    public static iz<gj> a() {
        return new iz<>();
    }

    public gj(String str) {
        super(str);
        this.ice = new b();
        this.ext = null;
        this.vAK = 1;
        this.kA = "wWFMAWbSEtvl5VxZbQGMK7";
        this.unifiedIdServiceConfig = new c();
    }

    @Override
    public boolean d() {
        return this.ice.sampleInterval >= 0 && this.ice.stopRequestTimeout >= 0 && this.ice.w.wf >= 0 && this.ice.c.cof >= 0 && URLUtil.isValidUrl(this.unifiedIdServiceConfig.url) && this.unifiedIdServiceConfig.maxRetries >= 0 && this.unifiedIdServiceConfig.timeout >= 0 && this.unifiedIdServiceConfig.retryInterval >= 0;
    }

    public static final class d {
        public boolean cwe;
        public boolean vwe;
        public int wf;

        private d() {
            this.wf = 0;
            this.vwe = false;
            this.cwe = false;
        }
    }

    public static final class a {
        public boolean cce;
        public int cof;
        public boolean oe;
        public boolean vce;

        private a() {
            this.cof = 0;
            this.oe = false;
            this.vce = false;
            this.cce = false;
        }
    }

    @Override
    public JSONObject c() {
        return new iz().a((iz) this);
    }
}