- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
24 lines
603 B
Java
24 lines
603 B
Java
package com.ironsource;
|
|
|
|
import kotlin.Result;
|
|
import kotlin.ResultKt;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class z9 implements vd {
|
|
private final Boolean a;
|
|
|
|
public z9(Boolean bool) {
|
|
this.a = bool;
|
|
}
|
|
|
|
@Override // com.ironsource.vd
|
|
public Object a() {
|
|
Boolean bool = this.a;
|
|
if (bool != null) {
|
|
return Result.m4060constructorimpl(bool);
|
|
}
|
|
Result.Companion companion = Result.Companion;
|
|
return Result.m4060constructorimpl(ResultKt.createFailure(new Exception("enabled flag is not provided or invalid")));
|
|
}
|
|
}
|