Files
rr3-apk/decompiled-community/sources/com/mbridge/msdk/out/reveue/MBridgeRevenueManager.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -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());
}
}