- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
358 lines
12 KiB
Java
358 lines
12 KiB
Java
package com.ironsource;
|
|
|
|
import com.ironsource.f3;
|
|
import java.util.ArrayList;
|
|
import java.util.Arrays;
|
|
import java.util.List;
|
|
import kotlin.collections.CollectionsKt__CollectionsKt;
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface c3 {
|
|
|
|
public static final class a {
|
|
public static final C0166a a = new C0166a(null);
|
|
|
|
/* renamed from: com.ironsource.c3$a$a, reason: collision with other inner class name */
|
|
public static final class C0166a {
|
|
private C0166a() {
|
|
}
|
|
|
|
public /* synthetic */ C0166a(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
|
|
public final c3 a() {
|
|
return new b(406, new ArrayList());
|
|
}
|
|
|
|
public final c3 a(f3.j errorCode, f3.k errorReason) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(errorCode, "errorCode");
|
|
Intrinsics.checkNotNullParameter(errorReason, "errorReason");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(errorCode, errorReason);
|
|
return new b(403, mutableListOf);
|
|
}
|
|
|
|
public final c3 a(boolean z) {
|
|
return z ? new b(410, new ArrayList()) : new b(411, new ArrayList());
|
|
}
|
|
|
|
public final c3 a(g3... entity) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(entity, "entity");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(Arrays.copyOf(entity, entity.length));
|
|
return new b(407, mutableListOf);
|
|
}
|
|
|
|
public final c3 b(g3... entity) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(entity, "entity");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(Arrays.copyOf(entity, entity.length));
|
|
return new b(404, mutableListOf);
|
|
}
|
|
|
|
public final c3 c(g3... entity) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(entity, "entity");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(Arrays.copyOf(entity, entity.length));
|
|
return new b(409, mutableListOf);
|
|
}
|
|
|
|
public final c3 d(g3... entity) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(entity, "entity");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(Arrays.copyOf(entity, entity.length));
|
|
return new b(401, mutableListOf);
|
|
}
|
|
|
|
public final c3 e(g3... entity) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(entity, "entity");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(Arrays.copyOf(entity, entity.length));
|
|
return new b(408, mutableListOf);
|
|
}
|
|
|
|
public final c3 f(g3... entity) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(entity, "entity");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(Arrays.copyOf(entity, entity.length));
|
|
return new b(405, mutableListOf);
|
|
}
|
|
}
|
|
|
|
public static final class b {
|
|
public static final b a = new b();
|
|
public static final int b = 401;
|
|
public static final int c = 403;
|
|
public static final int d = 404;
|
|
public static final int e = 405;
|
|
public static final int f = 406;
|
|
public static final int g = 407;
|
|
public static final int h = 408;
|
|
public static final int i = 409;
|
|
public static final int j = 410;
|
|
public static final int k = 411;
|
|
|
|
private b() {
|
|
}
|
|
}
|
|
|
|
public static final c3 a() {
|
|
return a.a();
|
|
}
|
|
|
|
public static final c3 a(f3.j jVar, f3.k kVar) {
|
|
return a.a(jVar, kVar);
|
|
}
|
|
|
|
public static final c3 a(boolean z) {
|
|
return a.a(z);
|
|
}
|
|
|
|
public static final c3 a(g3... g3VarArr) {
|
|
return a.a(g3VarArr);
|
|
}
|
|
|
|
public static final c3 b(g3... g3VarArr) {
|
|
return a.b(g3VarArr);
|
|
}
|
|
|
|
public static final c3 c(g3... g3VarArr) {
|
|
return a.c(g3VarArr);
|
|
}
|
|
|
|
public static final c3 d(g3... g3VarArr) {
|
|
return a.d(g3VarArr);
|
|
}
|
|
|
|
public static final c3 e(g3... g3VarArr) {
|
|
return a.e(g3VarArr);
|
|
}
|
|
|
|
public static final c3 f(g3... g3VarArr) {
|
|
return a.f(g3VarArr);
|
|
}
|
|
}
|
|
|
|
public static final class b implements c3 {
|
|
private final int a;
|
|
private final List<g3> b;
|
|
|
|
public b(int i, List<g3> arrayList) {
|
|
Intrinsics.checkNotNullParameter(arrayList, "arrayList");
|
|
this.a = i;
|
|
this.b = arrayList;
|
|
}
|
|
|
|
@Override // com.ironsource.c3
|
|
public void a(j3 analytics) {
|
|
Intrinsics.checkNotNullParameter(analytics, "analytics");
|
|
analytics.a(this.a, this.b);
|
|
}
|
|
}
|
|
|
|
public static final class c {
|
|
public static final a a = new a(null);
|
|
|
|
public static final class a {
|
|
private a() {
|
|
}
|
|
|
|
public /* synthetic */ a(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
|
|
public final c3 a() {
|
|
return new b(201, new ArrayList());
|
|
}
|
|
|
|
public final c3 a(f3.j errorCode, f3.k errorReason, f3.f duration) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(errorCode, "errorCode");
|
|
Intrinsics.checkNotNullParameter(errorReason, "errorReason");
|
|
Intrinsics.checkNotNullParameter(duration, "duration");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(errorCode, errorReason, duration);
|
|
return new b(203, mutableListOf);
|
|
}
|
|
|
|
public final c3 a(g3 duration) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(duration, "duration");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(duration);
|
|
return new b(202, mutableListOf);
|
|
}
|
|
|
|
public final c3 a(g3... entity) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(entity, "entity");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(Arrays.copyOf(entity, entity.length));
|
|
return new b(204, mutableListOf);
|
|
}
|
|
|
|
public final c3 b() {
|
|
return new b(206, new ArrayList());
|
|
}
|
|
}
|
|
|
|
public static final class b {
|
|
public static final b a = new b();
|
|
public static final int b = 201;
|
|
public static final int c = 202;
|
|
public static final int d = 203;
|
|
public static final int e = 204;
|
|
public static final int f = 205;
|
|
public static final int g = 206;
|
|
|
|
private b() {
|
|
}
|
|
}
|
|
|
|
public static final c3 a() {
|
|
return a.a();
|
|
}
|
|
|
|
public static final c3 a(f3.j jVar, f3.k kVar, f3.f fVar) {
|
|
return a.a(jVar, kVar, fVar);
|
|
}
|
|
|
|
public static final c3 a(g3 g3Var) {
|
|
return a.a(g3Var);
|
|
}
|
|
|
|
public static final c3 a(g3... g3VarArr) {
|
|
return a.a(g3VarArr);
|
|
}
|
|
|
|
public static final c3 b() {
|
|
return a.b();
|
|
}
|
|
}
|
|
|
|
public static final class d {
|
|
public static final a a = new a(null);
|
|
|
|
public static final class a {
|
|
private a() {
|
|
}
|
|
|
|
public /* synthetic */ a(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
|
|
public final c3 a() {
|
|
return new b(101, new ArrayList());
|
|
}
|
|
|
|
public final c3 a(f3.f duration) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(duration, "duration");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(duration);
|
|
return new b(103, mutableListOf);
|
|
}
|
|
|
|
public final c3 a(f3.j errorCode, f3.k errorReason) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(errorCode, "errorCode");
|
|
Intrinsics.checkNotNullParameter(errorReason, "errorReason");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(errorCode, errorReason);
|
|
return new b(109, mutableListOf);
|
|
}
|
|
|
|
public final c3 a(f3.j errorCode, f3.k errorReason, f3.f duration, f3.l loaderState) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(errorCode, "errorCode");
|
|
Intrinsics.checkNotNullParameter(errorReason, "errorReason");
|
|
Intrinsics.checkNotNullParameter(duration, "duration");
|
|
Intrinsics.checkNotNullParameter(loaderState, "loaderState");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(errorCode, errorReason, duration, loaderState);
|
|
return new b(104, mutableListOf);
|
|
}
|
|
|
|
public final c3 a(g3 ext1) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(ext1, "ext1");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(ext1);
|
|
return new b(111, mutableListOf);
|
|
}
|
|
|
|
public final c3 a(g3... entity) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(entity, "entity");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(Arrays.copyOf(entity, entity.length));
|
|
return new b(102, mutableListOf);
|
|
}
|
|
|
|
public final c3 b() {
|
|
return new b(112, new ArrayList());
|
|
}
|
|
|
|
public final c3 b(g3... entity) {
|
|
List mutableListOf;
|
|
Intrinsics.checkNotNullParameter(entity, "entity");
|
|
mutableListOf = CollectionsKt__CollectionsKt.mutableListOf(Arrays.copyOf(entity, entity.length));
|
|
return new b(110, mutableListOf);
|
|
}
|
|
|
|
public final b c() {
|
|
return new b(105, new ArrayList());
|
|
}
|
|
}
|
|
|
|
public static final class b {
|
|
public static final b a = new b();
|
|
public static final int b = 101;
|
|
public static final int c = 102;
|
|
public static final int d = 103;
|
|
public static final int e = 104;
|
|
public static final int f = 105;
|
|
public static final int g = 109;
|
|
public static final int h = 110;
|
|
public static final int i = 111;
|
|
public static final int j = 112;
|
|
|
|
private b() {
|
|
}
|
|
}
|
|
|
|
public static final c3 a() {
|
|
return a.a();
|
|
}
|
|
|
|
public static final c3 a(f3.f fVar) {
|
|
return a.a(fVar);
|
|
}
|
|
|
|
public static final c3 a(f3.j jVar, f3.k kVar) {
|
|
return a.a(jVar, kVar);
|
|
}
|
|
|
|
public static final c3 a(f3.j jVar, f3.k kVar, f3.f fVar, f3.l lVar) {
|
|
return a.a(jVar, kVar, fVar, lVar);
|
|
}
|
|
|
|
public static final c3 a(g3 g3Var) {
|
|
return a.a(g3Var);
|
|
}
|
|
|
|
public static final c3 a(g3... g3VarArr) {
|
|
return a.a(g3VarArr);
|
|
}
|
|
|
|
public static final c3 b() {
|
|
return a.b();
|
|
}
|
|
|
|
public static final c3 b(g3... g3VarArr) {
|
|
return a.b(g3VarArr);
|
|
}
|
|
|
|
public static final b c() {
|
|
return a.c();
|
|
}
|
|
}
|
|
|
|
void a(j3 j3Var);
|
|
}
|