- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
26 lines
863 B
Java
26 lines
863 B
Java
package com.mbridge.msdk.foundation.tools;
|
|
|
|
import android.content.Context;
|
|
import com.mbridge.msdk.foundation.entity.CampaignEx;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public class n extends e {
|
|
public static void a(Context context, CampaignEx campaignEx) {
|
|
if (context == null) {
|
|
return;
|
|
}
|
|
com.mbridge.msdk.foundation.db.j a = com.mbridge.msdk.foundation.db.j.a(com.mbridge.msdk.foundation.db.g.a(context));
|
|
if (campaignEx == null || a == null || a.b(campaignEx.getId())) {
|
|
return;
|
|
}
|
|
com.mbridge.msdk.foundation.entity.g gVar = new com.mbridge.msdk.foundation.entity.g();
|
|
gVar.a(campaignEx.getId());
|
|
gVar.b(campaignEx.getFca());
|
|
gVar.c(campaignEx.getFcb());
|
|
gVar.a(0);
|
|
gVar.d(0);
|
|
gVar.a(System.currentTimeMillis());
|
|
a.a(gVar);
|
|
}
|
|
}
|