- 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
54 lines
1.5 KiB
Java
54 lines
1.5 KiB
Java
package com.ironsource;
|
|
|
|
import java.util.Calendar;
|
|
import java.util.Map;
|
|
import kotlin.TuplesKt;
|
|
import kotlin.collections.MapsKt__MapsKt;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class z2 {
|
|
private final tr a;
|
|
private final we b;
|
|
private final String c;
|
|
private final long d;
|
|
|
|
public z2(tr recordType, we adProvider, String adInstanceId) {
|
|
Intrinsics.checkNotNullParameter(recordType, "recordType");
|
|
Intrinsics.checkNotNullParameter(adProvider, "adProvider");
|
|
Intrinsics.checkNotNullParameter(adInstanceId, "adInstanceId");
|
|
this.a = recordType;
|
|
this.b = adProvider;
|
|
this.c = adInstanceId;
|
|
this.d = Calendar.getInstance().getTimeInMillis() / 1000;
|
|
}
|
|
|
|
public final String a() {
|
|
return this.c;
|
|
}
|
|
|
|
public final we b() {
|
|
return this.b;
|
|
}
|
|
|
|
public final Map<String, Object> c() {
|
|
Map<String, Object> mapOf;
|
|
mapOf = MapsKt__MapsKt.mapOf(TuplesKt.to(tj.c, Integer.valueOf(this.b.b())), TuplesKt.to("ts", String.valueOf(this.d)));
|
|
return mapOf;
|
|
}
|
|
|
|
public final Map<String, Object> d() {
|
|
Map<String, Object> mapOf;
|
|
mapOf = MapsKt__MapsKt.mapOf(TuplesKt.to(tj.b, this.c), TuplesKt.to(tj.c, Integer.valueOf(this.b.b())), TuplesKt.to("ts", String.valueOf(this.d)), TuplesKt.to("rt", Integer.valueOf(this.a.ordinal())));
|
|
return mapOf;
|
|
}
|
|
|
|
public final tr e() {
|
|
return this.a;
|
|
}
|
|
|
|
public final long f() {
|
|
return this.d;
|
|
}
|
|
}
|