package com.google.android.gms.ads.nativead; import com.google.android.gms.ads.VideoOptions; /* loaded from: classes.dex */ public final class NativeAdOptions { public static final int ADCHOICES_BOTTOM_LEFT = 3; public static final int ADCHOICES_BOTTOM_RIGHT = 2; public static final int ADCHOICES_TOP_LEFT = 0; public static final int ADCHOICES_TOP_RIGHT = 1; public static final int NATIVE_MEDIA_ASPECT_RATIO_ANY = 1; public static final int NATIVE_MEDIA_ASPECT_RATIO_LANDSCAPE = 2; public static final int NATIVE_MEDIA_ASPECT_RATIO_PORTRAIT = 3; public static final int NATIVE_MEDIA_ASPECT_RATIO_SQUARE = 4; public static final int NATIVE_MEDIA_ASPECT_RATIO_UNKNOWN = 0; public static final int SWIPE_GESTURE_DIRECTION_DOWN = 8; public static final int SWIPE_GESTURE_DIRECTION_LEFT = 2; public static final int SWIPE_GESTURE_DIRECTION_RIGHT = 1; public static final int SWIPE_GESTURE_DIRECTION_UP = 4; private final boolean zza; private final int zzb; private final boolean zzc; private final int zzd; private final VideoOptions zze; private final boolean zzf; private final boolean zzg; private final int zzh; public @interface AdChoicesPlacement { } public static final class Builder { private VideoOptions zzd; private boolean zza = false; private int zzb = 0; private boolean zzc = false; private int zze = 1; private boolean zzf = false; private boolean zzg = false; private int zzh = 0; public NativeAdOptions build() { return new NativeAdOptions(this, null); } public Builder enableCustomClickGestureDirection(@SwipeGestureDirection int i10, boolean z10) { this.zzg = z10; this.zzh = i10; return this; } public Builder setAdChoicesPlacement(@AdChoicesPlacement int i10) { this.zze = i10; return this; } public Builder setMediaAspectRatio(@NativeMediaAspectRatio int i10) { this.zzb = i10; return this; } public Builder setRequestCustomMuteThisAd(boolean z10) { this.zzf = z10; return this; } public Builder setRequestMultipleImages(boolean z10) { this.zzc = z10; return this; } public Builder setReturnUrlsForImageAssets(boolean z10) { this.zza = z10; return this; } public Builder setVideoOptions(VideoOptions videoOptions) { this.zzd = videoOptions; return this; } } public @interface NativeMediaAspectRatio { } public @interface SwipeGestureDirection { } /* synthetic */ NativeAdOptions(Builder builder, zza zzaVar) { this.zza = builder.zza; this.zzb = builder.zzb; this.zzc = builder.zzc; this.zzd = builder.zze; this.zze = builder.zzd; this.zzf = builder.zzf; this.zzg = builder.zzg; this.zzh = builder.zzh; } public int getAdChoicesPlacement() { return this.zzd; } public int getMediaAspectRatio() { return this.zzb; } public VideoOptions getVideoOptions() { return this.zze; } public boolean shouldRequestMultipleImages() { return this.zzc; } public boolean shouldReturnUrlsForImageAssets() { return this.zza; } public final int zza() { return this.zzh; } public final boolean zzb() { return this.zzg; } public final boolean zzc() { return this.zzf; } }