- 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
35 lines
1.2 KiB
Java
35 lines
1.2 KiB
Java
package com.ironsource;
|
|
|
|
import android.content.Context;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
import kotlin.jvm.internal.SourceDebugExtension;
|
|
import org.json.JSONObject;
|
|
|
|
@SourceDebugExtension({"SMAP\nTokenProvider.kt\nKotlin\n*S Kotlin\n*F\n+ 1 TokenProvider.kt\ncom/ironsource/environment/token/TokenProvider\n+ 2 fake.kt\nkotlin/jvm/internal/FakeKt\n*L\n1#1,31:1\n1#2:32\n*E\n"})
|
|
/* loaded from: classes2.dex */
|
|
public final class rt {
|
|
private final String[] a = qt.a.a();
|
|
private final cd b = new cd();
|
|
|
|
private final JSONObject a(JSONObject jSONObject) {
|
|
JSONObject b = dd.b(jSONObject.optJSONObject(ad.s));
|
|
if (b != null) {
|
|
jSONObject.put(ad.s, b);
|
|
}
|
|
return jSONObject;
|
|
}
|
|
|
|
public final JSONObject a() {
|
|
JSONObject a = this.b.a(this.a);
|
|
Intrinsics.checkNotNullExpressionValue(a, "mGlobalDataReader.getDataByKeys(mTokenKeyList)");
|
|
return a(a);
|
|
}
|
|
|
|
public final JSONObject a(Context context) {
|
|
Intrinsics.checkNotNullParameter(context, "context");
|
|
JSONObject a = this.b.a(context, this.a);
|
|
Intrinsics.checkNotNullExpressionValue(a, "mGlobalDataReader.getDat…s(context, mTokenKeyList)");
|
|
return a(a);
|
|
}
|
|
}
|