Files
rr3-apk/decompiled/sources/com/mbridge/msdk/video/module/c/b.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

37 lines
1.1 KiB
Java

package com.mbridge.msdk.video.module.c;
import android.content.Context;
import android.text.TextUtils;
import com.mbridge.msdk.c.h;
import com.mbridge.msdk.foundation.controller.c;
import com.mbridge.msdk.foundation.same.net.f.e;
import com.mbridge.msdk.foundation.tools.z;
import org.json.JSONObject;
/* loaded from: classes4.dex */
public final class b extends a {
public b(Context context) {
super(context);
}
@Override // com.mbridge.msdk.video.module.c.a, com.mbridge.msdk.foundation.same.net.f.c
public final void addExtraParams(String str, e eVar) {
super.addExtraParams(str, eVar);
if (h.a().b(c.m().k()) != null) {
JSONObject jSONObject = new JSONObject();
try {
if (TextUtils.isEmpty(jSONObject.toString())) {
return;
}
String b = z.b(jSONObject.toString());
if (TextUtils.isEmpty(b)) {
return;
}
eVar.a("dvi", b);
} catch (Exception e) {
e.printStackTrace();
}
}
}
}