Files
rr3-apk/decompiled/sources/com/google/ads/mediation/zza.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

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;
}
}
}