- 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
36 lines
1.4 KiB
Java
36 lines
1.4 KiB
Java
package com.ironsource;
|
|
|
|
import com.ironsource.mediationsdk.logger.IronLog;
|
|
import java.util.ArrayList;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class fd {
|
|
private final vi a;
|
|
|
|
public fd(vi globalDataWriter) {
|
|
Intrinsics.checkNotNullParameter(globalDataWriter, "globalDataWriter");
|
|
this.a = globalDataWriter;
|
|
}
|
|
|
|
public final void a(JSONObject metaDataJson) {
|
|
Intrinsics.checkNotNullParameter(metaDataJson, "metaDataJson");
|
|
if (metaDataJson.has(com.ironsource.mediationsdk.metadata.a.i)) {
|
|
try {
|
|
Object remove = metaDataJson.remove(com.ironsource.mediationsdk.metadata.a.i);
|
|
Intrinsics.checkNotNull(remove, "null cannot be cast to non-null type java.util.ArrayList<*>{ kotlin.collections.TypeAliasesKt.ArrayList<*> }");
|
|
ArrayList arrayList = (ArrayList) remove;
|
|
if (!arrayList.isEmpty()) {
|
|
Object obj = arrayList.get(0);
|
|
Intrinsics.checkNotNull(obj, "null cannot be cast to non-null type kotlin.String");
|
|
this.a.d((String) obj);
|
|
}
|
|
} catch (ClassCastException e) {
|
|
i9.d().a(e);
|
|
IronLog.INTERNAL.error("got the following error " + e.getMessage());
|
|
}
|
|
}
|
|
}
|
|
}
|