Files
rr3-apk/decompiled/sources/com/ironsource/z7.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

48 lines
1.5 KiB
Java

package com.ironsource;
import kotlin.Result;
import kotlin.ResultKt;
/* loaded from: classes2.dex */
public final class z7 implements vd {
private final Boolean a;
private final Integer b;
private final g8 c;
public z7(Boolean bool, Integer num, g8 g8Var) {
this.a = bool;
this.b = num;
this.c = g8Var;
}
@Override // com.ironsource.vd
public Object a() {
Exception exc;
Object obj;
Boolean bool = this.a;
if (bool != null) {
if (bool.booleanValue()) {
Integer num = this.b;
if (num == null || num.intValue() <= 0) {
Result.Companion companion = Result.Companion;
exc = new Exception("limit flag is not provided or invalid");
} else if (this.c == null) {
Result.Companion companion2 = Result.Companion;
exc = new Exception("unit flag is not provided or invalid");
} else {
Result.Companion companion3 = Result.Companion;
obj = Boolean.TRUE;
}
} else {
Result.Companion companion4 = Result.Companion;
obj = Boolean.FALSE;
}
return Result.m4060constructorimpl(obj);
}
Result.Companion companion5 = Result.Companion;
exc = new Exception("enabled flag is not provided or invalid");
obj = ResultKt.createFailure(exc);
return Result.m4060constructorimpl(obj);
}
}