- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
38 lines
1.1 KiB
Java
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());
|
|
}
|
|
}
|