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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,66 @@
package com.ironsource;
import com.ironsource.mediationsdk.IronSource;
import com.ironsource.mediationsdk.model.NetworkSettings;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public class i1 {
private IronSource.AD_UNIT a;
private String b;
private NetworkSettings c;
private int d;
private int e;
private JSONObject f;
private String g;
private int h;
private String i;
public i1(IronSource.AD_UNIT ad_unit, String str, int i, JSONObject jSONObject, String str2, int i2, String str3, NetworkSettings networkSettings, int i3) {
this.a = ad_unit;
this.b = str;
this.e = i;
this.f = jSONObject;
this.g = str2;
this.h = i2;
this.i = str3;
this.c = networkSettings;
this.d = i3;
}
public IronSource.AD_UNIT a() {
return this.a;
}
public String b() {
return this.i;
}
public String c() {
return this.g;
}
public int d() {
return this.h;
}
public JSONObject e() {
return this.f;
}
public int f() {
return this.d;
}
public NetworkSettings g() {
return this.c;
}
public int h() {
return this.e;
}
public String i() {
return this.b;
}
}