- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
63 lines
1.9 KiB
Java
63 lines
1.9 KiB
Java
package com.ironsource;
|
|
|
|
import java.util.HashSet;
|
|
import java.util.List;
|
|
import kotlin.collections.CollectionsKt___CollectionsKt;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class w3 {
|
|
private final boolean a;
|
|
private final HashSet<String> b;
|
|
private final String c;
|
|
private final String d;
|
|
private final boolean e;
|
|
private final int f;
|
|
private final boolean g;
|
|
|
|
public w3(JSONObject applicationCrashReporterSettings) {
|
|
Intrinsics.checkNotNullParameter(applicationCrashReporterSettings, "applicationCrashReporterSettings");
|
|
this.a = applicationCrashReporterSettings.optBoolean("enabled", false);
|
|
List<String> b = hj.b(applicationCrashReporterSettings.optJSONArray(y3.b));
|
|
this.b = b != null ? CollectionsKt___CollectionsKt.toHashSet(b) : null;
|
|
String optString = applicationCrashReporterSettings.optString(y3.c);
|
|
Intrinsics.checkNotNullExpressionValue(optString, "applicationCrashReporter…(CRASHREPORTER_URL_FIELD)");
|
|
this.c = optString;
|
|
String optString2 = applicationCrashReporterSettings.optString(y3.d);
|
|
Intrinsics.checkNotNullExpressionValue(optString2, "applicationCrashReporter…SHREPORTER_KEYWORD_FIELD)");
|
|
this.d = optString2;
|
|
this.e = applicationCrashReporterSettings.optBoolean(y3.e, false);
|
|
this.f = applicationCrashReporterSettings.optInt("timeout", 5000);
|
|
this.g = applicationCrashReporterSettings.optBoolean(y3.g, false);
|
|
}
|
|
|
|
public final int a() {
|
|
return this.f;
|
|
}
|
|
|
|
public final HashSet<String> b() {
|
|
return this.b;
|
|
}
|
|
|
|
public final String c() {
|
|
return this.d;
|
|
}
|
|
|
|
public final String d() {
|
|
return this.c;
|
|
}
|
|
|
|
public final boolean e() {
|
|
return this.e;
|
|
}
|
|
|
|
public final boolean f() {
|
|
return this.a;
|
|
}
|
|
|
|
public final boolean g() {
|
|
return this.g;
|
|
}
|
|
}
|