- 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
24 lines
922 B
Java
24 lines
922 B
Java
package com.ironsource;
|
|
|
|
import com.ironsource.mediationsdk.utils.IronSourceConstants;
|
|
import java.util.HashMap;
|
|
import java.util.Map;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public abstract class qb implements w1 {
|
|
public final Map<String, Object> a(b1 adProperties) {
|
|
Intrinsics.checkNotNullParameter(adProperties, "adProperties");
|
|
HashMap hashMap = new HashMap();
|
|
hashMap.put(IronSourceConstants.EVENTS_PROGRAMMATIC, 1);
|
|
String ad_unit = adProperties.a().toString();
|
|
Intrinsics.checkNotNullExpressionValue(ad_unit, "adProperties.adFormat.toString()");
|
|
hashMap.put(bk.f, ad_unit);
|
|
hashMap.put("adf", Integer.valueOf(ks.b(adProperties.a())));
|
|
hashMap.put(bk.i, adProperties.d().b());
|
|
hashMap.put("mediationAdUnitId", adProperties.b());
|
|
hashMap.put("isMultipleAdUnits", 1);
|
|
return hashMap;
|
|
}
|
|
}
|