Files
rr3-apk/decompiled/sources/com/ironsource/nj.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

52 lines
1.2 KiB
Java

package com.ironsource;
import com.ironsource.mediationsdk.logger.IronLog;
import com.ironsource.v8;
import org.json.JSONException;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public class nj {
private String a;
private JSONObject b;
private String c;
private String d;
public nj(JSONObject jSONObject) {
this.a = jSONObject.optString(v8.f.b);
this.b = jSONObject.optJSONObject(v8.f.c);
this.c = jSONObject.optString("success");
this.d = jSONObject.optString(v8.f.e);
}
public String a() {
return this.d;
}
public String b() {
return this.a;
}
public JSONObject c() {
return this.b;
}
public String d() {
return this.c;
}
public JSONObject e() {
JSONObject jSONObject = new JSONObject();
try {
jSONObject.put(v8.f.b, this.a);
jSONObject.put(v8.f.c, this.b);
jSONObject.put("success", this.c);
jSONObject.put(v8.f.e, this.d);
} catch (JSONException e) {
i9.d().a(e);
IronLog.INTERNAL.error(e.toString());
}
return jSONObject;
}
}