- 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
16 lines
490 B
Java
16 lines
490 B
Java
package com.tapjoy.internal;
|
|
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public abstract class z {
|
|
public static final void a(JSONObject jSONObject, String key, Object obj) {
|
|
Intrinsics.checkNotNullParameter(jSONObject, "<this>");
|
|
Intrinsics.checkNotNullParameter(key, "key");
|
|
if (!(obj instanceof String) || ((CharSequence) obj).length() > 0) {
|
|
jSONObject.putOpt(key, obj);
|
|
}
|
|
}
|
|
}
|