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,37 @@
package com.tapjoy.internal;
import com.tapjoy.TJSession;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes4.dex */
public final class h2 {
public final String a;
public final Long b;
public final Long c;
public final Integer d;
public final Long e;
public final Long f;
public final Integer g;
public final Integer h;
public h2() {
Intrinsics.checkNotNullParameter("", "id");
this.a = "";
this.b = null;
this.c = null;
this.d = null;
this.e = null;
this.f = null;
this.g = null;
this.h = null;
TJSession tJSession = TJSession.INSTANCE;
this.a = tJSession.getSessionId();
this.b = tJSession.getSessionLastLength();
this.c = tJSession.getSessionLastTime();
this.d = Integer.valueOf(tJSession.getSessionTotalCount());
this.e = tJSession.getSessionTotalLength();
this.f = tJSession.getDuration();
this.g = Integer.valueOf(tJSession.getSessionWeeklyFrequency());
this.h = Integer.valueOf(tJSession.getSessionMonthlyFrequency());
}
}