- 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
46 lines
1.6 KiB
Java
46 lines
1.6 KiB
Java
package com.fyber.inneractive.sdk.cache;
|
|
|
|
import com.fyber.inneractive.sdk.util.IAlog;
|
|
import org.json.JSONException;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class d implements a<com.fyber.inneractive.sdk.config.k> {
|
|
public static final String a = String.format("https://%sconfig_android.json", "cdn2.inner-active.mobi/ia-sdk-config/");
|
|
|
|
@Override // com.fyber.inneractive.sdk.cache.a
|
|
public final String a() {
|
|
return "IALastModifiedFromHeader.global";
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.cache.a
|
|
public final /* bridge */ /* synthetic */ void a(com.fyber.inneractive.sdk.config.k kVar) {
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.cache.a
|
|
public final String b() {
|
|
return "ia-global.config";
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.cache.a
|
|
public final boolean c() {
|
|
return true;
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.cache.a
|
|
public final String getUrl() {
|
|
int i = com.fyber.inneractive.sdk.config.g.a;
|
|
return System.getProperty("ia.testEnvironmentConfiguration.globalConfigUrl") == null ? a : System.getProperty("ia.testEnvironmentConfiguration.globalConfigUrl");
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.cache.a
|
|
public final com.fyber.inneractive.sdk.config.k a(String str) throws Exception {
|
|
try {
|
|
return com.fyber.inneractive.sdk.config.k.a(new JSONObject(str));
|
|
} catch (JSONException e) {
|
|
IAlog.b("internal error while parsing global config file", new Object[0]);
|
|
throw e;
|
|
}
|
|
}
|
|
}
|