Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,123 @@
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);
}
}