- 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
41 lines
721 B
Java
41 lines
721 B
Java
package com.ironsource;
|
|
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class u7 {
|
|
private final int a;
|
|
private final String b;
|
|
private final Map<String, Object> c;
|
|
private final long d;
|
|
private final String e;
|
|
|
|
public u7(int i, String str, Map<String, Object> map, long j, String str2) {
|
|
this.a = i;
|
|
this.b = str;
|
|
this.c = map;
|
|
this.d = j;
|
|
this.e = str2;
|
|
}
|
|
|
|
public Map<String, Object> a() {
|
|
return this.c;
|
|
}
|
|
|
|
public String b() {
|
|
return this.e;
|
|
}
|
|
|
|
public String c() {
|
|
return this.b;
|
|
}
|
|
|
|
public int d() {
|
|
return this.a;
|
|
}
|
|
|
|
public long e() {
|
|
return this.d;
|
|
}
|
|
}
|