Files
rr3-apk/decompiled-community/sources/com/mbridge/msdk/tracker/i.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

70 lines
1.4 KiB
Java

package com.mbridge.msdk.tracker;
import java.io.Serializable;
/* loaded from: classes4.dex */
public final class i implements Serializable {
static String a = "CREATE TABLE IF NOT EXISTS %s (id INTEGER PRIMARY KEY,uuid TEXT,name TEXT,type INTEGER,time_stamp INTEGER,duration INTEGER,properties TEXT,priority INTEGER,state INTEGER,invalid_time INTEGER,ignore_max_timeout INTEGER,ignore_max_retry_times INTEGER,report_count INTEGER)";
static String b = "DROP TABLE IF EXISTS %s";
private final e c;
private int d;
private int e;
private final String f;
private long g;
private boolean h = false;
private boolean i = false;
public final void a(int i) {
this.d = i;
}
public final void a(long j) {
this.g = j;
}
public final void a(boolean z) {
this.h = z;
}
public final boolean a() {
return this.h;
}
public final void b(int i) {
this.e = i;
}
public final void b(boolean z) {
this.i = z;
}
public final boolean b() {
return this.i;
}
public final e c() {
return this.c;
}
public final int d() {
return this.d;
}
public final int e() {
return this.e;
}
public final String f() {
return this.f;
}
public final long g() {
return this.g;
}
public i(e eVar) {
this.c = eVar;
this.f = eVar.e();
}
}