- 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
140 lines
3.9 KiB
Java
140 lines
3.9 KiB
Java
package com.ironsource;
|
|
|
|
import com.ironsource.mediationsdk.IronSource;
|
|
import com.ironsource.mediationsdk.impressionData.ImpressionData;
|
|
import com.ironsource.sdk.controller.f;
|
|
import java.util.Date;
|
|
import java.util.Objects;
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class k0 {
|
|
public static final a f = new a(null);
|
|
public static final String g = "0";
|
|
public static final String h = "0";
|
|
public static final String i = "0";
|
|
public static final String j = "0";
|
|
private final mi a;
|
|
private we b;
|
|
private String c;
|
|
private j1 d;
|
|
private double e;
|
|
|
|
public static final class a {
|
|
private a() {
|
|
}
|
|
|
|
public /* synthetic */ a(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public k0(mi adInstance) {
|
|
Intrinsics.checkNotNullParameter(adInstance, "adInstance");
|
|
this.a = adInstance;
|
|
this.b = we.UnknownProvider;
|
|
this.c = "0";
|
|
this.d = j1.LOAD_REQUEST;
|
|
this.e = new Date().getTime() / 1000.0d;
|
|
}
|
|
|
|
public static /* synthetic */ k0 a(k0 k0Var, mi miVar, int i2, Object obj) {
|
|
if ((i2 & 1) != 0) {
|
|
miVar = k0Var.a;
|
|
}
|
|
return k0Var.a(miVar);
|
|
}
|
|
|
|
public final k0 a(mi adInstance) {
|
|
Intrinsics.checkNotNullParameter(adInstance, "adInstance");
|
|
return new k0(adInstance);
|
|
}
|
|
|
|
public final mi a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final void a(double d) {
|
|
this.e = d;
|
|
}
|
|
|
|
public final void a(j1 j1Var) {
|
|
Intrinsics.checkNotNullParameter(j1Var, "<set-?>");
|
|
this.d = j1Var;
|
|
}
|
|
|
|
public final void a(we weVar) {
|
|
Intrinsics.checkNotNullParameter(weVar, "<set-?>");
|
|
this.b = weVar;
|
|
}
|
|
|
|
public final void a(String str) {
|
|
Intrinsics.checkNotNullParameter(str, "<set-?>");
|
|
this.c = str;
|
|
}
|
|
|
|
public final IronSource.AD_UNIT b() {
|
|
return this.a.i() ? IronSource.AD_UNIT.BANNER : this.a.n() ? IronSource.AD_UNIT.REWARDED_VIDEO : IronSource.AD_UNIT.INTERSTITIAL;
|
|
}
|
|
|
|
public final String c() {
|
|
String e = this.a.e();
|
|
Intrinsics.checkNotNullExpressionValue(e, "adInstance.id");
|
|
return e;
|
|
}
|
|
|
|
public final mi d() {
|
|
return this.a;
|
|
}
|
|
|
|
public final we e() {
|
|
return this.b;
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof k0)) {
|
|
return false;
|
|
}
|
|
k0 k0Var = (k0) obj;
|
|
return Intrinsics.areEqual(c(), k0Var.c()) && Intrinsics.areEqual(g(), k0Var.g()) && b() == k0Var.b() && Intrinsics.areEqual(i(), k0Var.i()) && this.b == k0Var.b && Intrinsics.areEqual(this.c, k0Var.c) && this.d == k0Var.d;
|
|
}
|
|
|
|
public final j1 f() {
|
|
return this.d;
|
|
}
|
|
|
|
public final String g() {
|
|
String c = this.a.c();
|
|
return c == null ? "0" : c;
|
|
}
|
|
|
|
public final String h() {
|
|
return this.c;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return Objects.hash(c(), g(), b(), i(), this.b, this.c, this.d, Double.valueOf(this.e));
|
|
}
|
|
|
|
public final String i() {
|
|
String g2 = this.a.g();
|
|
Intrinsics.checkNotNullExpressionValue(g2, "adInstance.name");
|
|
return g2;
|
|
}
|
|
|
|
public final double j() {
|
|
return this.e;
|
|
}
|
|
|
|
public String toString() {
|
|
String jSONObject = new JSONObject().put(f.b.c, c()).put("advertiserBundleId", this.c).put("adProvider", this.b.ordinal()).put("adStatus", this.d.ordinal()).put("lastStatusUpdateTimeStamp", (long) this.e).put("adUnitId", g()).put(ImpressionData.IMPRESSION_DATA_KEY_AD_FORMAT, b().toString()).put("instanceId", i()).toString();
|
|
Intrinsics.checkNotNullExpressionValue(jSONObject, "JSONObject()\n .pu…ceId)\n .toString()");
|
|
return jSONObject;
|
|
}
|
|
}
|