- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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();
|
|
}
|
|
}
|