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,92 @@
package com.ironsource;
import android.content.Context;
import android.text.TextUtils;
import com.ironsource.sdk.utils.SDKUtils;
import java.util.HashMap;
import java.util.Map;
/* loaded from: classes2.dex */
public class vf implements td {
private static Map<String, Object> a = new HashMap();
public static class b {
String a;
String b;
String c;
Context d;
String e;
public b a(Context context) {
this.d = context;
return this;
}
public b a(String str) {
this.b = str;
return this;
}
public vf a() {
return new vf(this);
}
public b b(String str) {
this.c = str;
return this;
}
public b c(String str) {
this.a = str;
return this;
}
public b d(String str) {
this.e = str;
return this;
}
}
private vf(b bVar) {
a(bVar);
a(bVar.d);
}
private void a(Context context) {
a.put(nb.e, s8.b(context));
a.put(nb.f, s8.d(context));
}
private void a(b bVar) {
Context context = bVar.d;
la b2 = la.b(context);
a.put(nb.j, SDKUtils.encodeString(b2.e()));
a.put(nb.k, SDKUtils.encodeString(b2.f()));
a.put(nb.l, Integer.valueOf(b2.a()));
a.put(nb.m, SDKUtils.encodeString(b2.d()));
a.put(nb.n, SDKUtils.encodeString(b2.c()));
a.put(nb.d, SDKUtils.encodeString(context.getPackageName()));
a.put(nb.g, SDKUtils.encodeString(bVar.b));
a.put("sessionid", SDKUtils.encodeString(bVar.a));
a.put(nb.b, SDKUtils.encodeString(SDKUtils.getSDKVersion()));
a.put(nb.o, nb.t);
a.put("origin", nb.q);
if (TextUtils.isEmpty(bVar.e)) {
return;
}
a.put(nb.i, SDKUtils.encodeString(bVar.e));
}
public static void a(String str) {
a.put(nb.e, SDKUtils.encodeString(str));
}
public static void b(String str) {
a.put(nb.f, SDKUtils.encodeString(str));
}
@Override // com.ironsource.td
public Map<String, Object> a() {
return a;
}
}