31 lines
889 B
Java
31 lines
889 B
Java
package com.tencent.wxop.stat.event;
|
|
|
|
import android.content.Context;
|
|
import com.tencent.wxop.stat.StatAccount;
|
|
import com.tencent.wxop.stat.StatSpecifyReportedInfo;
|
|
import com.tencent.wxop.stat.common.r;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class a extends e {
|
|
private StatAccount a;
|
|
|
|
public a(Context context, int i, StatAccount statAccount, StatSpecifyReportedInfo statSpecifyReportedInfo) {
|
|
super(context, i, statSpecifyReportedInfo);
|
|
this.a = null;
|
|
this.a = statAccount;
|
|
}
|
|
|
|
@Override // com.tencent.wxop.stat.event.e
|
|
public EventType a() {
|
|
return EventType.ADDITION;
|
|
}
|
|
|
|
@Override // com.tencent.wxop.stat.event.e
|
|
public boolean a(JSONObject jSONObject) {
|
|
r.a(jSONObject, "qq", this.a.getAccount());
|
|
jSONObject.put("acc", this.a.toJsonString());
|
|
return true;
|
|
}
|
|
}
|