- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
55 lines
1.5 KiB
Java
55 lines
1.5 KiB
Java
package com.applovin.impl;
|
|
|
|
import com.applovin.impl.sdk.utils.JsonUtils;
|
|
import com.applovin.impl.sdk.utils.StringUtils;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class ln extends mn {
|
|
private final ie h;
|
|
|
|
@Override // com.applovin.impl.in
|
|
public String f() {
|
|
return "2.0/mvr";
|
|
}
|
|
|
|
public ln(ie ieVar, com.applovin.impl.sdk.j jVar) {
|
|
super("TaskValidateMaxReward", jVar);
|
|
this.h = ieVar;
|
|
}
|
|
|
|
@Override // com.applovin.impl.mn
|
|
public void a(fh fhVar) {
|
|
this.h.a(fhVar);
|
|
}
|
|
|
|
@Override // com.applovin.impl.mn
|
|
public boolean h() {
|
|
return this.h.t0();
|
|
}
|
|
|
|
@Override // com.applovin.impl.in
|
|
public void a(int i) {
|
|
super.a(i);
|
|
this.h.a(fh.a((i < 400 || i >= 500) ? "network_timeout" : "rejected"));
|
|
}
|
|
|
|
@Override // com.applovin.impl.in
|
|
public void a(JSONObject jSONObject) {
|
|
JsonUtils.putString(jSONObject, "ad_unit_id", this.h.getAdUnitId());
|
|
JsonUtils.putString(jSONObject, "placement", this.h.getPlacement());
|
|
JsonUtils.putString(jSONObject, "custom_data", this.h.e());
|
|
JsonUtils.putString(jSONObject, "ad_format", this.h.getFormat().getLabel());
|
|
String q0 = this.h.q0();
|
|
if (!StringUtils.isValidString(q0)) {
|
|
q0 = "NO_MCODE";
|
|
}
|
|
JsonUtils.putString(jSONObject, "mcode", q0);
|
|
String B = this.h.B();
|
|
if (!StringUtils.isValidString(B)) {
|
|
B = "NO_BCODE";
|
|
}
|
|
JsonUtils.putString(jSONObject, "bcode", B);
|
|
}
|
|
}
|