导航菜单

页面标题

页面副标题

Dostt v1.0.89 - c.java 源代码

正在查看: Dostt v1.0.89 应用的 c.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package R1;

import Q1.EnumC0530b;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;

public class c {

    private final String f4622a;

    private final String f4623b;

    private final String f4624c;

    private final String f4625d;

    final List f4626e;

    final List f4627f;

    final List f4628g;

    final List f4629h;

    boolean f4630i = false;

    int f4631j = 0;

    int f4632k = 0;

    boolean f4633l = false;

    public c(String str, String str2, String str3, String str4, String str5) {
        this.f4622a = str;
        this.f4623b = str2;
        this.f4624c = str3;
        this.f4625d = str4;
        this.f4626e = a(str5);
        this.f4627f = b(str5);
        this.f4628g = f(str5);
        this.f4629h = c(str5);
    }

    private static List a(String str) {
        return "url_strategy_india".equals(str) ? Arrays.asList("https://app.adjust.net.in", "https://app.adjust.com") : "url_strategy_china".equals(str) ? Arrays.asList("https://app.adjust.world", "https://app.adjust.com") : "url_strategy_cn".equals(str) ? Arrays.asList("https://app.adjust.cn", "https://app.adjust.com") : "url_strategy_cn_only".equals(str) ? Arrays.asList("https://app.adjust.cn") : "data_residency_eu".equals(str) ? Collections.singletonList("https://app.eu.adjust.com") : "data_residency_tr".equals(str) ? Collections.singletonList("https://app.tr.adjust.com") : "data_residency_us".equals(str) ? Collections.singletonList("https://app.us.adjust.com") : Arrays.asList("https://app.adjust.com", "https://app.adjust.net.in", "https://app.adjust.world");
    }

    private static List b(String str) {
        return "url_strategy_india".equals(str) ? Arrays.asList("https://gdpr.adjust.net.in", "https://gdpr.adjust.com") : "url_strategy_china".equals(str) ? Arrays.asList("https://gdpr.adjust.world", "https://gdpr.adjust.com") : "url_strategy_cn".equals(str) ? Arrays.asList("https://gdpr.adjust.cn", "https://gdpr.adjust.com") : "url_strategy_cn_only".equals(str) ? Arrays.asList("https://gdpr.adjust.cn") : "data_residency_eu".equals(str) ? Collections.singletonList("https://gdpr.eu.adjust.com") : "data_residency_tr".equals(str) ? Collections.singletonList("https://gdpr.tr.adjust.com") : "data_residency_us".equals(str) ? Collections.singletonList("https://gdpr.us.adjust.com") : Arrays.asList("https://gdpr.adjust.com", "https://gdpr.adjust.net.in", "https://gdpr.adjust.world");
    }

    private static List c(String str) {
        return "url_strategy_india".equals(str) ? Arrays.asList("https://ssrv.adjust.net.in", "https://ssrv.adjust.com") : "url_strategy_china".equals(str) ? Arrays.asList("https://ssrv.adjust.world", "https://ssrv.adjust.com") : "url_strategy_cn".equals(str) ? Arrays.asList("https://ssrv.adjust.cn", "https://ssrv.adjust.com") : "url_strategy_cn_only".equals(str) ? Arrays.asList("https://ssrv.adjust.cn") : "data_residency_eu".equals(str) ? Collections.singletonList("https://ssrv.eu.adjust.com") : "data_residency_tr".equals(str) ? Collections.singletonList("https://ssrv.tr.adjust.com") : "data_residency_us".equals(str) ? Collections.singletonList("https://ssrv.us.adjust.com") : Arrays.asList("https://ssrv.adjust.com", "https://ssrv.adjust.net.in", "https://ssrv.adjust.world");
    }

    private static List f(String str) {
        return "url_strategy_india".equals(str) ? Arrays.asList("https://subscription.adjust.net.in", "https://subscription.adjust.com") : "url_strategy_china".equals(str) ? Arrays.asList("https://subscription.adjust.world", "https://subscription.adjust.com") : "url_strategy_cn".equals(str) ? Arrays.asList("https://subscription.adjust.cn", "https://subscription.adjust.com") : "url_strategy_cn_only".equals(str) ? Arrays.asList("https://subscription.adjust.cn") : "data_residency_eu".equals(str) ? Collections.singletonList("https://subscription.eu.adjust.com") : "data_residency_tr".equals(str) ? Collections.singletonList("https://subscription.tr.adjust.com") : "data_residency_us".equals(str) ? Collections.singletonList("https://subscription.us.adjust.com") : Arrays.asList("https://subscription.adjust.com", "https://subscription.adjust.net.in", "https://subscription.adjust.world");
    }

    public void d() {
        this.f4632k = this.f4631j;
        this.f4630i = true;
    }

    public boolean e(EnumC0530b enumC0530b) {
        this.f4630i = false;
        if (this.f4633l) {
            return false;
        }
        int size = (this.f4631j + 1) % (enumC0530b == EnumC0530b.GDPR ? this.f4627f.size() : enumC0530b == EnumC0530b.SUBSCRIPTION ? this.f4628g.size() : enumC0530b == EnumC0530b.PURCHASE_VERIFICATION ? this.f4629h.size() : this.f4626e.size());
        this.f4631j = size;
        return size != this.f4632k;
    }

    public String g(EnumC0530b enumC0530b) {
        if (enumC0530b == EnumC0530b.GDPR) {
            String str = this.f4623b;
            if (str != null) {
                this.f4633l = true;
                return str;
            }
            this.f4633l = false;
            return (String) this.f4627f.get(this.f4631j);
        }
        if (enumC0530b == EnumC0530b.SUBSCRIPTION) {
            String str2 = this.f4624c;
            if (str2 != null) {
                this.f4633l = true;
                return str2;
            }
            this.f4633l = false;
            return (String) this.f4628g.get(this.f4631j);
        }
        if (enumC0530b == EnumC0530b.PURCHASE_VERIFICATION) {
            String str3 = this.f4625d;
            if (str3 != null) {
                this.f4633l = true;
                return str3;
            }
            this.f4633l = false;
            return (String) this.f4629h.get(this.f4631j);
        }
        String str4 = this.f4622a;
        if (str4 != null) {
            this.f4633l = true;
            return str4;
        }
        this.f4633l = false;
        return (String) this.f4626e.get(this.f4631j);
    }
}