- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
50 lines
1.5 KiB
Java
50 lines
1.5 KiB
Java
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();
|
|
}
|
|
}
|
|
}
|
|
}
|