- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
26 lines
975 B
Java
26 lines
975 B
Java
package com.mbridge.msdk.out.reveue;
|
|
|
|
import android.content.Context;
|
|
import com.mbridge.msdk.foundation.controller.c;
|
|
import com.mbridge.msdk.foundation.same.report.d.d;
|
|
import com.mbridge.msdk.foundation.same.report.d.e;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public class MBridgeRevenueManager {
|
|
public static void track(Context context, MBridgeRevenueParamsEntity mBridgeRevenueParamsEntity) {
|
|
if (c.m().c() == null) {
|
|
c.m().b(context);
|
|
}
|
|
try {
|
|
e eVar = new e();
|
|
eVar.a("name", mBridgeRevenueParamsEntity.getMediationName());
|
|
com.mbridge.msdk.foundation.same.report.d.c cVar = new com.mbridge.msdk.foundation.same.report.d.c();
|
|
cVar.a("m_start_ad_rev", eVar);
|
|
d.a().a("m_start_ad_rev", cVar);
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
}
|
|
com.mbridge.msdk.foundation.same.report.e.a().a(mBridgeRevenueParamsEntity.getReportData());
|
|
}
|
|
}
|