Files
rr3-apk/decompiled-community/sources/com/ironsource/x3.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

75 lines
1.2 KiB
Java

package com.ironsource;
import android.text.TextUtils;
import java.util.HashSet;
/* loaded from: classes2.dex */
public class x3 {
private String c;
private String d;
private int f;
private HashSet<String> b = new HashSet<>();
private boolean a = false;
private boolean e = false;
private boolean g = true;
public int a() {
return this.f;
}
public void a(int i) {
this.f = i;
}
public void a(String str) {
if (TextUtils.isEmpty(str)) {
return;
}
this.b.add(str);
}
public void a(boolean z) {
this.a = z;
}
public HashSet<String> b() {
return this.b;
}
public void b(String str) {
this.d = str;
}
public void b(boolean z) {
this.g = z;
}
public String c() {
return this.d;
}
public void c(String str) {
this.c = str;
}
public void c(boolean z) {
this.e = z;
}
public String d() {
return this.c;
}
public boolean e() {
return this.e;
}
public boolean f() {
return this.a;
}
public boolean g() {
return this.g;
}
}