- 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
64 lines
2.2 KiB
Java
64 lines
2.2 KiB
Java
package com.ironsource;
|
|
|
|
import com.ironsource.mediationsdk.logger.IronLog;
|
|
import com.ironsource.mediationsdk.utils.IronSourceConstants;
|
|
import com.ironsource.mediationsdk.utils.IronSourceUtils;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class f4 implements sd {
|
|
private final je a;
|
|
private g4 b;
|
|
|
|
public static final class a {
|
|
public final g4 a(d4 d4Var, je featureAvailabilityService) {
|
|
Intrinsics.checkNotNullParameter(featureAvailabilityService, "featureAvailabilityService");
|
|
IronLog ironLog = IronLog.INTERNAL;
|
|
ironLog.verbose("isAndroidxApplicationLifecycleAvailable: " + featureAvailabilityService.a());
|
|
StringBuilder sb = new StringBuilder();
|
|
sb.append("isAndroidxApplicationLifecycleEnabled: ");
|
|
sb.append(d4Var != null ? Boolean.valueOf(d4Var.k()) : null);
|
|
ironLog.verbose(sb.toString());
|
|
boolean z = false;
|
|
if (featureAvailabilityService.a()) {
|
|
rp.i().a(new kb(IronSourceConstants.TROUBLESHOOTING_ANDROIDX_PROCESS_LIFECYCLE_OWNER_AVAILABLE, IronSourceUtils.getMediationAdditionalData(false)));
|
|
}
|
|
if (d4Var != null && d4Var.k() && featureAvailabilityService.a()) {
|
|
z = true;
|
|
}
|
|
ironLog.verbose("isAndroidxEnabled: " + z);
|
|
return z ? new o3() : new xe();
|
|
}
|
|
}
|
|
|
|
public f4(je featureAvailabilityService) {
|
|
Intrinsics.checkNotNullParameter(featureAvailabilityService, "featureAvailabilityService");
|
|
this.a = featureAvailabilityService;
|
|
}
|
|
|
|
@Override // com.ironsource.sd
|
|
public void a(d4 d4Var) {
|
|
if (this.b == null) {
|
|
this.b = new a().a(d4Var, this.a);
|
|
}
|
|
}
|
|
|
|
@Override // com.ironsource.g4
|
|
public void a(ij observer) {
|
|
Intrinsics.checkNotNullParameter(observer, "observer");
|
|
g4 g4Var = this.b;
|
|
if (g4Var != null) {
|
|
g4Var.a(observer);
|
|
}
|
|
}
|
|
|
|
@Override // com.ironsource.g4
|
|
public void b(ij observer) {
|
|
Intrinsics.checkNotNullParameter(observer, "observer");
|
|
g4 g4Var = this.b;
|
|
if (g4Var != null) {
|
|
g4Var.b(observer);
|
|
}
|
|
}
|
|
}
|