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

52 lines
1.4 KiB
Java

package com.fyber.inneractive.sdk.response;
import android.text.TextUtils;
import com.fyber.inneractive.sdk.config.e0;
import com.fyber.inneractive.sdk.util.IAlog;
/* loaded from: classes2.dex */
public abstract class b {
public e a;
public String b;
public j c;
public boolean d = true;
public abstract e a();
public abstract void a(String str, e0 e0Var) throws Exception;
public boolean b() {
return !(this instanceof com.fyber.inneractive.sdk.dv.e);
}
public abstract void c();
public final e a(String str) throws Exception {
this.d = str != null;
e eVar = this.a;
eVar.getClass();
eVar.c = System.currentTimeMillis();
this.c.a(this);
String a = this.c.a();
this.a.h = a;
e0 a2 = com.fyber.inneractive.sdk.config.a.a(this.b);
IAlog.a("%sGot unit config for unitId: %s from config manager", IAlog.a(this), this.b);
IAlog.a("%s%s", IAlog.a(this), a2);
if (this.d) {
a(str, a2);
} else if (b()) {
h hVar = new h(a);
if (hVar.a) {
String str2 = hVar.b;
if (str2 == null || TextUtils.isEmpty(str2.trim())) {
throw new Exception("empty ad content detected. failing fast.");
}
a(str2, a2);
}
} else {
a(a, a2);
}
return this.a;
}
}