Files
rr3-apk/decompiled/sources/com/mbridge/msdk/d/b.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -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());
}
}
}