Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

54 lines
1.7 KiB
Java

package com.tapjoy.internal;
import com.ironsource.v8;
import com.tapjoy.TJUser;
import com.tapjoy.TapjoyUtil;
import java.util.HashMap;
import java.util.List;
import kotlin.collections.CollectionsKt__CollectionsKt;
import kotlin.collections.CollectionsKt___CollectionsKt;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes4.dex */
public final class l2 {
public String a;
public final Integer b;
public final Integer c;
public final List d;
public final n1 e;
public l2() {
List tags = CollectionsKt__CollectionsKt.emptyList();
n1 analytics = new n1();
Intrinsics.checkNotNullParameter(tags, "tags");
Intrinsics.checkNotNullParameter(analytics, "analytics");
this.a = null;
this.b = null;
this.c = null;
this.d = tags;
this.e = analytics;
TJUser tJUser = TJUser.INSTANCE;
this.a = tJUser.getUserIdIfNotEmpty();
this.b = tJUser.getUserLevelIfNeeded();
this.c = tJUser.getUserSegmentInt();
this.d = CollectionsKt___CollectionsKt.toList(tJUser.getUserTags());
}
public final void a(HashMap params) {
Intrinsics.checkNotNullParameter(params, "params");
TapjoyUtil.safePut(params, "publisher_user_id", this.a, true);
TapjoyUtil.safePut(params, "user_segment", TJUser.INSTANCE.getUserSegmentString(), true);
TapjoyUtil.safePut(params, "user_level", this.b);
int i = 0;
for (Object obj : this.d) {
int i2 = i + 1;
if (i < 0) {
CollectionsKt__CollectionsKt.throwIndexOverflow();
}
TapjoyUtil.safePut(params, "user_tags[" + i + v8.i.e, (String) obj, true);
i = i2;
}
this.e.a(params);
}
}