Swiggy v4.51.1版本的 MD5 值为:5af7ec91512a0a8c1510e3f8bac20b8b

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


package co.hyperverge.hypersnapsdk.c;

import android.content.Context;
import java.util.HashMap;
import java.util.Map;
public class o {
    private static o o;
    public String a;
    public String b;
    private String g;
    private co.hyperverge.hypersnapsdk.service.a.b h;
    private co.hyperverge.hypersnapsdk.a.b i;
    private co.hyperverge.hypersnapsdk.b.e j;
    private co.hyperverge.hypersnapsdk.service.d.a k;
    private Map<String, Boolean> l;
    private boolean n;
    private boolean c = true;
    private boolean d = true;
    private boolean e = false;
    private boolean f = true;
    private boolean m = false;

    private o() {
    }

    public static o C() {
        if (o == null) {
            o = new o();
        }
        return o;
    }

    public co.hyperverge.hypersnapsdk.service.d.a A() {
        return this.k;
    }

    public String B() {
        return "https://ind-faceid.hyperverge.co/v1/";
    }

    public String D() {
        return "photo/liveness";
    }

    public String E() {
        return "https://api.mixpanel.com/track/";
    }

    public co.hyperverge.hypersnapsdk.b.e F() {
        if (this.j == null) {
            this.j = new co.hyperverge.hypersnapsdk.b.e();
        }
        return this.j;
    }

    public String G() {
        return "https://s3.ap-south-1.amazonaws.com/hv-sdk-device-configs/hypersnap/android/";
    }

    public String H() {
        return "https://s3-ap-south-1.amazonaws.com";
    }

    public boolean I() {
        Map<String, Boolean> z;
        if (this.c && (z = C().z()) != null && z.containsKey("face-detection")) {
            this.c = z.get("face-detection").booleanValue();
        }
        return this.c;
    }

    public boolean J() {
        return this.e;
    }

    public boolean K() {
        return this.m;
    }

    public boolean L() {
        Map<String, Boolean> z = C().z();
        if (z != null && z.containsKey("image-injection")) {
            this.d = z.get("image-injection").booleanValue();
        }
        return this.d;
    }

    public boolean M() {
        return this.n;
    }

    public boolean N() {
        return F().f();
    }

    public boolean O() {
        return F().g();
    }

    public boolean a() {
        Map<String, Boolean> z = C().z();
        if (z != null && z.containsKey("orientation-back-camera")) {
            return z.get("orientation-back-camera").booleanValue();
        }
        return false;
    }

    public boolean b() {
        Map<String, Boolean> z = C().z();
        if (z != null && z.containsKey("resolution-randomize")) {
            return z.get("resolution-randomize").booleanValue();
        }
        return true;
    }

    public boolean c() {
        Map<String, Boolean> z = C().z();
        if (z != null && z.containsKey("default-zoom")) {
            return z.get("default-zoom").booleanValue();
        }
        return true;
    }

    public co.hyperverge.hypersnapsdk.a.b d(Context context) {
        if (this.i == null) {
            this.i = new co.hyperverge.hypersnapsdk.a.a(context);
        }
        return this.i;
    }

    public void e() {
        co.hyperverge.hypersnapsdk.b.e eVar = new co.hyperverge.hypersnapsdk.b.e();
        co.hyperverge.hypersnapsdk.b.c cVar = new co.hyperverge.hypersnapsdk.b.c();
        cVar.d("a41ad40816ef4065f804046da95d5724");
        co.hyperverge.hypersnapsdk.b.d dVar = new co.hyperverge.hypersnapsdk.b.d();
        dVar.w(true);
        dVar.q(true);
        dVar.m(true);
        dVar.k(true);
        dVar.o(true);
        dVar.i(true);
        dVar.s(true);
        dVar.e(true);
        dVar.g(true);
        dVar.a(true);
        dVar.u(true);
        cVar.b(dVar);
        eVar.b(cVar);
        eVar.d(true);
        h(eVar);
    }

    public void f(int i) {
        this.n = i < 30;
    }

    public void g(co.hyperverge.hypersnapsdk.a.b bVar) {
        this.i = bVar;
    }

    public void h(co.hyperverge.hypersnapsdk.b.e eVar) {
        this.j = eVar;
    }

    public void i(co.hyperverge.hypersnapsdk.service.a.b bVar) {
        this.h = bVar;
    }

    public void j(co.hyperverge.hypersnapsdk.service.d.a aVar) {
        this.k = aVar;
    }

    public void k(String str) {
        this.b = str;
    }

    public void l(Map<String, Boolean> map) {
        this.l = map;
    }

    public void m(boolean z) {
        this.c = z;
    }

    public co.hyperverge.hypersnapsdk.service.a.b n(Context context) {
        if (this.h == null) {
            this.h = new co.hyperverge.hypersnapsdk.service.a.a(context);
        }
        return this.h;
    }

    public void o(String str) {
        this.a = str;
    }

    public void p(boolean z) {
        this.e = z;
    }

    public String q() {
        return "https://zaf-face.hyperverge.co/v2/";
    }

    public void r(String str) {
        this.g = str;
    }

    public void s(boolean z) {
        this.m = z;
    }

    public co.hyperverge.hypersnapsdk.a.b t() {
        return this.i;
    }

    @Deprecated
    public void u(boolean z) {
        this.f = z;
    }

    public String v() {
        return "https://apac-faceid.hyperverge.co/v2/";
    }

    public String w() {
        return this.a;
    }

    public co.hyperverge.hypersnapsdk.service.a.b x() {
        return this.h;
    }

    public String y() {
        return this.g;
    }

    public Map<String, Boolean> z() {
        if (this.l == null) {
            this.l = new HashMap();
        }
        return this.l;
    }
}