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,49 @@
package com.mbridge.msdk.mbbid.common.c;
import android.content.Context;
import android.text.TextUtils;
import com.mbridge.msdk.MBridgeConstans;
import com.mbridge.msdk.foundation.same.report.d.d;
import com.mbridge.msdk.foundation.same.report.d.e;
/* loaded from: classes4.dex */
public class a {
private static final String a = "com.mbridge.msdk.mbbid.common.c.a";
public static void a(Context context, String str, String str2, String str3, String str4) {
if (context == null || TextUtils.isEmpty(str)) {
return;
}
try {
e eVar = new e();
eVar.a("result", 1);
eVar.a("bidid", str2);
eVar.a("bid_tk", str4);
eVar.a("lrid", str3);
eVar.a(MBridgeConstans.PROPERTIES_UNIT_ID, str);
d.a().b("2000064", eVar);
} catch (Exception e) {
if (MBridgeConstans.DEBUG) {
e.printStackTrace();
}
}
}
public static void a(Context context, String str, String str2, String str3) {
if (context == null || TextUtils.isEmpty(str)) {
return;
}
try {
e eVar = new e();
eVar.a("result", 2);
eVar.a("lrid", str3);
eVar.a(MBridgeConstans.PROPERTIES_UNIT_ID, str);
eVar.a("reason", str2);
d.a().b("2000064", eVar);
} catch (Exception e) {
if (MBridgeConstans.DEBUG) {
e.printStackTrace();
}
}
}
}