- 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
62 lines
1.9 KiB
Java
62 lines
1.9 KiB
Java
package com.ironsource;
|
|
|
|
import com.ironsource.f3;
|
|
import com.ironsource.mediationsdk.IronSource;
|
|
import java.util.ArrayList;
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class d3 implements e3 {
|
|
private final String a;
|
|
private final String b;
|
|
private final IronSource.AD_UNIT c;
|
|
private final boolean d;
|
|
private final boolean e;
|
|
private final boolean f;
|
|
|
|
public static final class a {
|
|
public static final a a = new a();
|
|
public static final int b = 1;
|
|
public static final int c = 1;
|
|
public static final int d = 1;
|
|
|
|
private a() {
|
|
}
|
|
}
|
|
|
|
public d3(String version, String instanceId, IronSource.AD_UNIT adFormat, boolean z, boolean z2, boolean z3) {
|
|
Intrinsics.checkNotNullParameter(version, "version");
|
|
Intrinsics.checkNotNullParameter(instanceId, "instanceId");
|
|
Intrinsics.checkNotNullParameter(adFormat, "adFormat");
|
|
this.a = version;
|
|
this.b = instanceId;
|
|
this.c = adFormat;
|
|
this.d = z;
|
|
this.e = z2;
|
|
this.f = z3;
|
|
}
|
|
|
|
public /* synthetic */ d3(String str, String str2, IronSource.AD_UNIT ad_unit, boolean z, boolean z2, boolean z3, int i, DefaultConstructorMarker defaultConstructorMarker) {
|
|
this(str, str2, ad_unit, (i & 8) != 0 ? false : z, (i & 16) != 0 ? true : z2, (i & 32) != 0 ? true : z3);
|
|
}
|
|
|
|
@Override // com.ironsource.e3
|
|
public ArrayList<g3> a() {
|
|
ArrayList<g3> arrayList = new ArrayList<>();
|
|
arrayList.add(new f3.v(this.a));
|
|
arrayList.add(new f3.x(this.b));
|
|
arrayList.add(new f3.a(this.c));
|
|
if (this.d) {
|
|
arrayList.add(new f3.p(1));
|
|
}
|
|
if (this.e) {
|
|
arrayList.add(new f3.e(1));
|
|
}
|
|
if (this.f) {
|
|
arrayList.add(new f3.o(1));
|
|
}
|
|
return arrayList;
|
|
}
|
|
}
|