Files
rr3-apk/decompiled-community/sources/com/ironsource/vi.java
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

124 lines
2.8 KiB
Java

package com.ironsource;
import android.content.Context;
import android.text.TextUtils;
import com.ironsource.mediationsdk.IronSource;
import com.ironsource.mediationsdk.WaterfallConfiguration;
import java.util.HashMap;
import org.json.JSONException;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public class vi {
ed a = new ed();
public void a(int i) {
this.a.a(ad.Y, Integer.valueOf(i));
}
public void a(Context context) {
this.a.a(context);
}
public void a(IronSource.AD_UNIT ad_unit, WaterfallConfiguration waterfallConfiguration) {
JSONObject jSONObject = new JSONObject();
if (waterfallConfiguration != null) {
try {
jSONObject.put(ad.c1, waterfallConfiguration.getFloor());
jSONObject.put(ad.d1, waterfallConfiguration.getCeiling());
} catch (JSONException e) {
i9.d().a(e);
}
}
if (jSONObject.length() == 0) {
this.a.a(ad.b1, q2.a(ad_unit));
} else {
this.a.a(ad.b1, jSONObject, q2.a(ad_unit));
}
}
public void a(ue ueVar) {
try {
HashMap hashMap = new HashMap();
hashMap.put(ad.x, ueVar.a());
hashMap.put(ad.w, ueVar.b());
hashMap.put(ad.M, ueVar.c());
this.a.a(hashMap);
} catch (Exception e) {
i9.d().a(e);
}
}
public void a(Boolean bool) {
this.a.a(ad.C0, bool);
}
public void a(String str) {
if (TextUtils.isEmpty(str)) {
return;
}
this.a.a(ad.x0, str);
}
public void a(JSONObject jSONObject) {
this.a.a(ad.s, (Object) jSONObject);
}
public void a(boolean z) {
this.a.a(ad.z0, Boolean.valueOf(z));
}
public void b(int i) {
if (i >= 0) {
this.a.a(ad.B0, Integer.valueOf(i));
}
}
public void b(String str) {
this.a.a(ad.t0, str);
}
public void b(JSONObject jSONObject) {
this.a.a(ad.N0, (Object) jSONObject);
}
public void b(boolean z) {
this.a.a("gpi", Boolean.valueOf(z));
}
public void c(int i) {
this.a.a(ad.W, Integer.valueOf(i));
}
public void c(String str) {
this.a.a(ad.v0, str);
}
public void d(String str) {
this.a.a(com.ironsource.mediationsdk.metadata.a.i, str);
}
public void e(String str) {
this.a.a(ad.I0, str);
}
public void f(String str) {
this.a.a(ad.u, str);
}
public void g(String str) {
this.a.a(ad.E, str);
}
public void h(String str) {
this.a.a(ad.L0, str);
}
public void i(String str) {
if (TextUtils.isEmpty(str)) {
return;
}
this.a.a(ad.V, str);
}
}