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,51 @@
package com.ironsource;
/* loaded from: classes2.dex */
public class g2 {
public static final int e = -1;
private final a a;
private final long b;
private final long c;
private final long d;
public enum a {
MANUAL,
MANUAL_WITH_AUTOMATIC_RELOAD,
MANUAL_WITH_LOAD_ON_SHOW,
AUTOMATIC_LOAD_AFTER_CLOSE,
AUTOMATIC_LOAD_WHILE_SHOW
}
public g2(a aVar, long j, long j2, long j3) {
this.a = aVar;
this.b = j;
this.c = j2;
this.d = j3;
}
public a a() {
return this.a;
}
public long b() {
return this.d;
}
public long c() {
return this.c;
}
public long d() {
return this.b;
}
public boolean e() {
a aVar = this.a;
return aVar == a.AUTOMATIC_LOAD_AFTER_CLOSE || aVar == a.AUTOMATIC_LOAD_WHILE_SHOW;
}
public boolean f() {
a aVar = this.a;
return aVar == a.MANUAL || aVar == a.MANUAL_WITH_AUTOMATIC_RELOAD || aVar == a.MANUAL_WITH_LOAD_ON_SHOW;
}
}