jimu-decompiled/sources/com/tencent/wxop/stat/event/h.java
2025-05-13 19:24:51 +02:00

34 lines
927 B
Java

package com.tencent.wxop.stat.event;
import android.content.Context;
import com.tencent.wxop.stat.StatConfig;
import com.tencent.wxop.stat.StatSpecifyReportedInfo;
import com.tencent.wxop.stat.common.r;
import org.json.JSONObject;
/* loaded from: classes.dex */
public class h extends e {
public static final StatSpecifyReportedInfo a;
static {
StatSpecifyReportedInfo statSpecifyReportedInfo = new StatSpecifyReportedInfo();
a = statSpecifyReportedInfo;
statSpecifyReportedInfo.setAppKey("A9VH9B8L4GX4");
}
public h(Context context) {
super(context, 0, a);
}
@Override // com.tencent.wxop.stat.event.e
public EventType a() {
return EventType.NETWORK_DETECTOR;
}
@Override // com.tencent.wxop.stat.event.e
public boolean a(JSONObject jSONObject) {
r.a(jSONObject, "actky", StatConfig.getAppKey(this.l));
return true;
}
}