导航菜单

页面标题

页面副标题

OLX India v19.42.007 - a.java 源代码

正在查看: OLX India v19.42.007 应用的 a.java JAVA 源代码文件

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


package com.olxgroup.panamera.app.common.services;

import com.olxgroup.panamera.app.common.infra.m2;
import com.olxgroup.panamera.app.common.utils.s;
import com.olxgroup.panamera.domain.common.locale.repository.BuildConfigService;
import com.olxgroup.panamera.domain.location.entity.Location;
import com.olxgroup.panamera.domain.location.entity.PlaceDescription;
import java.util.List;
import java.util.Map;
import kotlin.collections.ArraysKt;
import kotlin.collections.CollectionsKt;
import olx.com.delorean.domain.entity.PrivacyLinks;
import olx.com.delorean.domain.service.ab.ABTestService;

public final class a implements BuildConfigService {
    private boolean a;
    private com.olxgroup.panamera.domain.entities.c b;
    private final com.olxgroup.panamera.domain.entities.c c;

    public a() {
        this.c = new com.olxgroup.panamera.domain.entities.c("India", "olxin", "IN", "91", new Location(0.0d, 0.0d), (PlaceDescription) null, new com.olxgroup.panamera.domain.entities.d("https://api.olx.in", "https://statics.olx.in", "ichat.olx.in:5222", m2.a.x1().isOnProduction() ? "xchat.olx.in" : "stgchat.olx.in:5222", CollectionsKt.n(new String[]{"api.olx.in", "www.olx.in"}), "https://help.olx.in/hc/en-us", "https://api.olx.in", (PrivacyLinks) null, "https://newlook.olx.in", "olxin", "https://api.olx.in"));
    }

    public String getDefaultLocationLevel() {
        return "state";
    }

    public List getListOfSupportedLocales() {
        return ArraysKt.F0(com.olx.southasia.a.c);
    }

    public Map getMapOfLocalesAndTheirName(String str) {
        return s.k();
    }

    public String getSSLCertificateConfig() {
        return "{\"data\":{\"olx_2025\":{\"expiryDate\":\"2025-11-19 23:59:59 +0000\",\"startDate\":\"2024-11-16 00:00:00 +0000\",\"publicKey\":\"sha256/027eY95kvdCIdrEbMS/OCYZFLLQTFI8AOZlK//oEtqs=\"}}}";
    }

    public com.olxgroup.panamera.domain.entities.c getSelectedMarket() {
        com.olxgroup.panamera.domain.entities.c cVar = this.b;
        return cVar == null ? this.c : cVar;
    }

    public boolean isCityDefaultLocationOnHomePage() {
        return false;
    }

    public boolean isDefaultLocation() {
        return false;
    }

    public boolean isMapLocationPickerEnabled() {
        return false;
    }

    public boolean isMultiLangEnabled() {
        return ((ABTestService) m2.a.q1().getValue()).isMultiLanguageEnabled();
    }

    public boolean isReceiveCallFromBuyerFeatureEnabled() {
        return false;
    }

    public void setSelectedMarket(com.olxgroup.panamera.domain.entities.c cVar) {
        this.b = cVar;
    }

    public void setShouldShowInspectionWidget(boolean z) {
        this.a = z;
    }

    public boolean shouldShowInspectionWidget() {
        return this.a;
    }
}