- 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
66 lines
1.1 KiB
Java
66 lines
1.1 KiB
Java
package com.ironsource;
|
|
|
|
import android.content.Context;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class la {
|
|
private static la h;
|
|
private String a;
|
|
private String b;
|
|
private String c;
|
|
private String d;
|
|
private int e;
|
|
private String f;
|
|
private final ce g;
|
|
|
|
private la(Context context) {
|
|
ce f = el.N().f();
|
|
this.g = f;
|
|
this.a = f.g();
|
|
this.b = f.e();
|
|
this.c = f.l();
|
|
this.d = f.o();
|
|
this.e = f.k();
|
|
this.f = f.j(context);
|
|
}
|
|
|
|
public static la b(Context context) {
|
|
if (h == null) {
|
|
h = new la(context);
|
|
}
|
|
return h;
|
|
}
|
|
|
|
public static void g() {
|
|
h = null;
|
|
}
|
|
|
|
public float a(Context context) {
|
|
return this.g.m(context);
|
|
}
|
|
|
|
public int a() {
|
|
return this.e;
|
|
}
|
|
|
|
public String b() {
|
|
return this.f;
|
|
}
|
|
|
|
public String c() {
|
|
return this.b;
|
|
}
|
|
|
|
public String d() {
|
|
return this.a;
|
|
}
|
|
|
|
public String e() {
|
|
return this.c;
|
|
}
|
|
|
|
public String f() {
|
|
return this.d;
|
|
}
|
|
}
|