- 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
33 lines
1.1 KiB
Java
33 lines
1.1 KiB
Java
package com.ironsource;
|
|
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
import kotlin.jvm.internal.SourceDebugExtension;
|
|
import org.json.JSONObject;
|
|
|
|
@SourceDebugExtension({"SMAP\nCappingFeature.kt\nKotlin\n*S Kotlin\n*F\n+ 1 CappingFeature.kt\ncom/unity3d/sdk/internal/init/response/configurations/features/CappingFeature\n+ 2 fake.kt\nkotlin/jvm/internal/FakeKt\n*L\n1#1,19:1\n1#2:20\n*E\n"})
|
|
/* loaded from: classes2.dex */
|
|
public final class b8 {
|
|
private final Boolean a;
|
|
private final Integer b;
|
|
private final g8 c;
|
|
|
|
public b8(JSONObject features) {
|
|
Intrinsics.checkNotNullParameter(features, "features");
|
|
this.a = features.has("enabled") ? Boolean.valueOf(features.getBoolean("enabled")) : null;
|
|
this.b = features.has("maxImpressions") ? Integer.valueOf(features.getInt("maxImpressions")) : null;
|
|
this.c = features.has("unit") ? g8.c.a(features.optString("unit")) : null;
|
|
}
|
|
|
|
public final Boolean a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final Integer b() {
|
|
return this.b;
|
|
}
|
|
|
|
public final g8 c() {
|
|
return this.c;
|
|
}
|
|
}
|