Files
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

38 lines
1.1 KiB
Java

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