Files
rr3-apk/decompiled/sources/com/ironsource/g2.java
Daniel Elliott f9d20bb3fc 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>
2026-02-18 14:52:23 -08:00

52 lines
1.0 KiB
Java

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;
}
}