- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
28 lines
687 B
Java
28 lines
687 B
Java
package com.fyber.inneractive.sdk.config.global;
|
|
|
|
import com.ironsource.ad;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class f implements d {
|
|
public final String a;
|
|
public final boolean b;
|
|
|
|
public f(boolean z, String str) {
|
|
this.a = str;
|
|
this.b = z;
|
|
}
|
|
|
|
public final String toString() {
|
|
return String.format("%s - %s include: %b", ad.y, this.a, Boolean.valueOf(this.b));
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.config.global.d
|
|
public final boolean a(e eVar) {
|
|
String str = this.a;
|
|
if (str != null) {
|
|
return str.equalsIgnoreCase("android") ? !this.b : this.b;
|
|
}
|
|
return false;
|
|
}
|
|
}
|