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
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
package com.ironsource;
/* loaded from: classes2.dex */
public class g2 {
public static final int e = -1;
private final a a;
private final long b;
private final long c;
private final long d;
public enum a {
MANUAL,
MANUAL_WITH_AUTOMATIC_RELOAD,
MANUAL_WITH_LOAD_ON_SHOW,
AUTOMATIC_LOAD_AFTER_CLOSE,
AUTOMATIC_LOAD_WHILE_SHOW
}
public g2(a aVar, long j, long j2, long j3) {
this.a = aVar;
this.b = j;
this.c = j2;
this.d = j3;
}
public a a() {
return this.a;
}
public long b() {
return this.d;
}
public long c() {
return this.c;
}
public long d() {
return this.b;
}
public boolean e() {
a aVar = this.a;
return aVar == a.AUTOMATIC_LOAD_AFTER_CLOSE || aVar == a.AUTOMATIC_LOAD_WHILE_SHOW;
}
public boolean f() {
a aVar = this.a;
return aVar == a.MANUAL || aVar == a.MANUAL_WITH_AUTOMATIC_RELOAD || aVar == a.MANUAL_WITH_LOAD_ON_SHOW;
}
}