Files
rr3-apk/decompiled/sources/com/fyber/inneractive/sdk/config/y.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

35 lines
1.1 KiB
Java

package com.fyber.inneractive.sdk.config;
import android.content.Context;
import android.text.TextUtils;
import com.fyber.inneractive.sdk.config.o;
import com.fyber.inneractive.sdk.external.InneractiveAdManager;
import com.fyber.inneractive.sdk.util.IAlog;
/* loaded from: classes2.dex */
public final class y implements Runnable {
public final /* synthetic */ Context a;
public final /* synthetic */ z b;
public y(Context context, o oVar) {
this.a = context;
this.b = oVar;
}
@Override // java.lang.Runnable
public final void run() {
if (InneractiveAdManager.isCurrentUserAChild()) {
return;
}
try {
a0.a(this.a, this.b);
o.b bVar = o.a.a.b;
if (TextUtils.isEmpty(bVar != null ? bVar.a : null)) {
j.a(this.a, this.b);
}
} catch (ClassNotFoundException e) {
IAlog.b("SDK internal error: Make sure that Google Play Services for Mobile Ads is added to the compile dependencies of your project" + e.toString(), new Object[0]);
}
}
}