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,60 @@
package com.ironsource;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public interface he {
public static class a {
private final ArrayList<kb> a;
private boolean b;
private int c;
private Exception d;
public a(ArrayList<kb> arrayList) {
this.b = false;
this.c = -1;
this.a = arrayList;
}
public a(ArrayList<kb> arrayList, int i, boolean z, Exception exc) {
this.a = arrayList;
this.b = z;
this.d = exc;
this.c = i;
}
public a a(int i) {
return new a(this.a, i, this.b, this.d);
}
public a a(Exception exc) {
return new a(this.a, this.c, this.b, exc);
}
public a a(boolean z) {
return new a(this.a, this.c, z, this.d);
}
public String a() {
if (this.b) {
return "";
}
return "rc=" + this.c + ", ex=" + this.d;
}
public ArrayList<kb> b() {
return this.a;
}
public boolean c() {
return this.b;
}
public String toString() {
return "EventSendResult{success=" + this.b + ", responseCode=" + this.c + ", exception=" + this.d + '}';
}
}
void a(a aVar);
}