Files
rr3-apk/decompiled/sources/com/mbridge/msdk/out/reveue/MBridgeRevenueManager.java
Daniel Elliott f9d20bb3fc 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>
2026-02-18 14:52:23 -08:00

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());
}
}