Files
rr3-apk/decompiled-community/sources/com/ironsource/i1.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

67 lines
1.3 KiB
Java

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;
}
}