- 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
30 lines
741 B
Java
30 lines
741 B
Java
package com.ironsource;
|
|
|
|
import com.ironsource.qf;
|
|
import java.util.UUID;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class xi {
|
|
static String a = "ManRewInst_";
|
|
|
|
public static String a() {
|
|
return String.valueOf(System.currentTimeMillis());
|
|
}
|
|
|
|
public static String a(mi miVar) {
|
|
return (miVar.i() ? qf.e.Banner : miVar.n() ? qf.e.RewardedVideo : qf.e.Interstitial).toString();
|
|
}
|
|
|
|
public static String a(JSONObject jSONObject) {
|
|
if (!jSONObject.optBoolean("rewarded")) {
|
|
return jSONObject.optString("name");
|
|
}
|
|
return a + jSONObject.optString("name");
|
|
}
|
|
|
|
public static String b() {
|
|
return UUID.randomUUID().toString();
|
|
}
|
|
}
|