- 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
45 lines
1.3 KiB
Java
45 lines
1.3 KiB
Java
package com.tapjoy.internal;
|
|
|
|
import com.tapjoy.TJAppInfo;
|
|
import com.tapjoy.TJTracking;
|
|
import com.tapjoy.TapjoyConnectCore;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class p1 {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String f;
|
|
public final String g;
|
|
public final String h;
|
|
public final c2 i;
|
|
|
|
public p1() {
|
|
c2 publisher = new c2();
|
|
Intrinsics.checkNotNullParameter(publisher, "publisher");
|
|
this.a = null;
|
|
this.b = null;
|
|
this.c = null;
|
|
this.d = null;
|
|
this.e = null;
|
|
this.f = null;
|
|
this.g = null;
|
|
this.h = null;
|
|
this.i = publisher;
|
|
this.a = TapjoyConnectCore.getInstance().getAppID();
|
|
TJTracking tJTracking = TJTracking.INSTANCE;
|
|
this.b = tJTracking.getUnityAdsIdfi();
|
|
this.c = tJTracking.getLevelPlayAuid();
|
|
TJAppInfo tJAppInfo = TJAppInfo.INSTANCE;
|
|
this.d = tJAppInfo.getAppVersion();
|
|
this.e = tJAppInfo.getPkgId();
|
|
this.f = tJAppInfo.getPkgVer();
|
|
Integer pkgRev = tJAppInfo.getPkgRev();
|
|
this.g = pkgRev != null ? pkgRev.toString() : null;
|
|
this.h = tJAppInfo.getAppGroupId();
|
|
}
|
|
}
|