Files
rr3-apk/decompiled-community/sources/com/fyber/inneractive/sdk/renderers/o.java
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

36 lines
1.3 KiB
Java

package com.fyber.inneractive.sdk.renderers;
import android.content.Context;
import android.text.TextUtils;
import com.fyber.inneractive.sdk.config.global.s;
import com.fyber.inneractive.sdk.external.InneractiveAdSpot;
import com.fyber.inneractive.sdk.flow.g0;
import com.fyber.inneractive.sdk.player.c;
/* loaded from: classes2.dex */
public abstract class o {
public com.fyber.inneractive.sdk.player.controller.o a;
public com.fyber.inneractive.sdk.player.ui.h b;
public final com.fyber.inneractive.sdk.player.e c;
public o(com.fyber.inneractive.sdk.player.h hVar) {
this.c = (com.fyber.inneractive.sdk.player.e) hVar.b();
}
public abstract com.fyber.inneractive.sdk.player.controller.b a(InneractiveAdSpot inneractiveAdSpot, g0 g0Var);
public abstract com.fyber.inneractive.sdk.player.ui.l a(Context context, s sVar);
public abstract void a(c.InterfaceC0080c interfaceC0080c);
public abstract void b();
public final boolean a() {
String str;
g0 g0Var;
com.fyber.inneractive.sdk.player.e eVar = this.c;
com.fyber.inneractive.sdk.response.g gVar = (eVar == null || (g0Var = eVar.e) == null) ? null : (com.fyber.inneractive.sdk.response.g) g0Var.b;
return !((gVar == null || (str = gVar.C) == null || !TextUtils.equals(str, "1")) ? false : true);
}
}