得物.apk(点击下载) / c.java


package com.tencent.cloud.huiyansdkface.facelight.b;

import android.content.Context;
import com.tencent.cloud.huiyansdkface.analytics.WBSimpleAnalyticsService;
import com.tencent.cloud.huiyansdkface.analytics.WBSimpleStartParam;
import java.util.Properties;

public class c {

    /* renamed from: a  reason: collision with root package name */
    private static WBSimpleAnalyticsService f27066a;
    private static volatile c b;

    static {
        WBSimpleAnalyticsService wBSimpleAnalyticsService = new WBSimpleAnalyticsService();
        f27066a = wBSimpleAnalyticsService;
        wBSimpleAnalyticsService.init("M188386620", "https://kycwa.tencentcloudapi.com/rcrm-codcs/mob-data-collect");
    }

    private c() {
    }

    public static c a() {
        if (b == null) {
            synchronized (c.class) {
                if (b == null) {
                    b = new c();
                }
            }
        }
        return b;
    }

    public void a(Context context, String str, String str2, Properties properties) {
        f27066a.trackCustomKVEvent(context, str, str2, properties);
    }

    public void a(String str, String str2) {
        f27066a.updateFieldValue(str, str2);
    }

    public void a(boolean z) {
        f27066a.updateEnableWBAService(z);
    }

    public boolean a(Context context, WBSimpleStartParam wBSimpleStartParam) {
        return f27066a.startStatService(context, wBSimpleStartParam);
    }
}