Files
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

89 lines
1.5 KiB
Java

package com.ironsource;
/* loaded from: classes2.dex */
public class s2 extends wp {
private static String h = "type";
private static String i = "numOfAdUnits";
private static String j = "firstCampaignCredits";
private static String k = "totalNumberCredits";
private static String l = "productType";
private String b;
private String c;
private String d;
private String e;
private String f;
private boolean g;
public s2(String str) {
super(str);
boolean z;
if (a(h)) {
k(d(h));
}
if (a(i)) {
h(d(i));
z = true;
} else {
z = false;
}
a(z);
if (a(j)) {
g(d(j));
}
if (a(k)) {
j(d(k));
}
if (a(l)) {
i(d(l));
}
}
private void a(boolean z) {
this.g = z;
}
public String b() {
return this.e;
}
public String c() {
return this.d;
}
public String d() {
return this.c;
}
public String e() {
return this.f;
}
public String f() {
return this.b;
}
public void g(String str) {
this.e = str;
}
public boolean g() {
return this.g;
}
public void h(String str) {
this.d = str;
}
public void i(String str) {
this.c = str;
}
public void j(String str) {
this.f = str;
}
public void k(String str) {
this.b = str;
}
}