Files
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

51 lines
1.1 KiB
Java

package com.mbridge.msdk.d;
import com.mbridge.msdk.c.g;
import com.mbridge.msdk.c.h;
import com.mbridge.msdk.c.i;
import com.mbridge.msdk.d.a;
import com.mbridge.msdk.foundation.controller.c;
import com.mbridge.msdk.foundation.tools.af;
/* loaded from: classes4.dex */
public class b {
public static class a {
static b a = new b();
}
private b() {
}
public static b getInstance() {
return a.a;
}
public void start() {
g b = h.a().b(c.m().k());
if (b == null) {
h.a();
b = i.a();
}
if (b.o() > 0) {
a.C0191a.a.a(r0 * 1000);
}
}
public void addRewardList(String str, String str2) {
try {
a.C0191a.a.a(str, str2);
} catch (Exception e) {
af.b("TimerController", "addRewardList error:" + e.getMessage());
}
}
public void addInterstitialList(String str, String str2) {
try {
a.C0191a.a.b(str, str2);
} catch (Exception e) {
af.b("TimerController", "addInterstitialList error:" + e.getMessage());
}
}
}