- 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
37 lines
1.3 KiB
Java
37 lines
1.3 KiB
Java
package com.google.ads.mediation;
|
|
|
|
import android.view.View;
|
|
import com.google.android.gms.ads.formats.UnifiedNativeAd;
|
|
import com.google.android.gms.ads.formats.zzj;
|
|
import com.google.android.gms.ads.mediation.UnifiedNativeAdMapper;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class zza extends UnifiedNativeAdMapper {
|
|
public zza(UnifiedNativeAd unifiedNativeAd) {
|
|
setHeadline(unifiedNativeAd.zzh());
|
|
setImages(unifiedNativeAd.zzk());
|
|
setBody(unifiedNativeAd.zzf());
|
|
setIcon(unifiedNativeAd.zzb());
|
|
setCallToAction(unifiedNativeAd.zzg());
|
|
setAdvertiser(unifiedNativeAd.zze());
|
|
setStarRating(unifiedNativeAd.zzc());
|
|
setStore(unifiedNativeAd.zzj());
|
|
setPrice(unifiedNativeAd.zzi());
|
|
zzd(unifiedNativeAd.zzd());
|
|
setOverrideImpressionRecording(true);
|
|
setOverrideClickHandling(true);
|
|
zze(unifiedNativeAd.zza());
|
|
}
|
|
|
|
@Override // com.google.android.gms.ads.mediation.UnifiedNativeAdMapper
|
|
public final void trackViews(View view, Map map, Map map2) {
|
|
if (view instanceof zzj) {
|
|
throw null;
|
|
}
|
|
if (((com.google.android.gms.ads.formats.zze) com.google.android.gms.ads.formats.zze.zza.get(view)) != null) {
|
|
throw null;
|
|
}
|
|
}
|
|
}
|