Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,88 @@
package com.ironsource;
import com.ironsource.g2;
import com.ironsource.mediationsdk.IronSource;
import com.ironsource.mediationsdk.model.NetworkSettings;
import java.util.List;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes2.dex */
public final class tl extends q0 {
private final String t;
private final List<NetworkSettings> u;
private final jl v;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
/* JADX WARN: Multi-variable type inference failed */
public tl(String str, List<? extends NetworkSettings> list, jl configs) {
super(IronSource.AD_UNIT.NATIVE_AD, str, list, configs.d(), configs.b(), (int) (configs.c() / 1000), configs.a(), configs.f(), -1, new g2(g2.a.MANUAL, configs.d().j(), configs.d().b(), -1L), new b2(-1L), configs.h(), configs.i(), configs.j(), configs.l(), configs.k(), false, 65536, null);
Intrinsics.checkNotNullParameter(configs, "configs");
this.t = str;
this.u = list;
this.v = configs;
}
/* JADX WARN: Multi-variable type inference failed */
public static /* synthetic */ tl a(tl tlVar, String str, List list, jl jlVar, int i, Object obj) {
if ((i & 1) != 0) {
str = tlVar.p();
}
if ((i & 2) != 0) {
list = tlVar.k();
}
if ((i & 4) != 0) {
jlVar = tlVar.v;
}
return tlVar.a(str, list, jlVar);
}
public final tl a(String str, List<? extends NetworkSettings> list, jl configs) {
Intrinsics.checkNotNullParameter(configs, "configs");
return new tl(str, list, configs);
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof tl)) {
return false;
}
tl tlVar = (tl) obj;
return Intrinsics.areEqual(p(), tlVar.p()) && Intrinsics.areEqual(k(), tlVar.k()) && Intrinsics.areEqual(this.v, tlVar.v);
}
public int hashCode() {
return ((((p() == null ? 0 : p().hashCode()) * 31) + (k() != null ? k().hashCode() : 0)) * 31) + this.v.hashCode();
}
@Override // com.ironsource.q0
public List<NetworkSettings> k() {
return this.u;
}
@Override // com.ironsource.q0
public String p() {
return this.t;
}
public final String t() {
return p();
}
public String toString() {
return "NativeAdManagerData(userId=" + p() + ", providerList=" + k() + ", configs=" + this.v + ')';
}
public final List<NetworkSettings> u() {
return k();
}
public final jl v() {
return this.v;
}
public final jl w() {
return this.v;
}
}