Files
rr3-apk/decompiled/sources/com/tapjoy/internal/c3.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

34 lines
1.4 KiB
Java

package com.tapjoy.internal;
import com.tapjoy.TapjoyUtil;
import java.util.HashMap;
import java.util.Map;
/* loaded from: classes4.dex */
public final class c3 {
public static b3 a(String str, Map map) {
return a(str, TapjoyUtil.convertURLParams((Map<String, String>) map, false), 0, null, null, null);
}
public static b3 b(String str, Map map) {
return a(str, "", 1, null, "application/x-www-form-urlencoded", TapjoyUtil.convertURLParams((Map<String, String>) map, false));
}
public static b3 a(String str, HashMap hashMap, String str2) {
return a(str, "", 1, hashMap, "application/json;charset=utf-8", str2);
}
/* JADX WARN: Removed duplicated region for block: B:34:0x01de */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static com.tapjoy.internal.b3 a(java.lang.String r8, java.lang.String r9, int r10, java.util.HashMap r11, java.lang.String r12, java.lang.String r13) {
/*
Method dump skipped, instructions count: 525
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: com.tapjoy.internal.c3.a(java.lang.String, java.lang.String, int, java.util.HashMap, java.lang.String, java.lang.String):com.tapjoy.internal.b3");
}
}