Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzeaz.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

49 lines
1.4 KiB
Java

package com.google.android.gms.internal.ads;
import android.app.Activity;
import androidx.annotation.Nullable;
/* loaded from: classes3.dex */
final class zzeaz extends zzebw {
private Activity zza;
private com.google.android.gms.ads.internal.overlay.zzm zzb;
private String zzc;
private String zzd;
@Override // com.google.android.gms.internal.ads.zzebw
public final zzebw zza(Activity activity) {
if (activity == null) {
throw new NullPointerException("Null activity");
}
this.zza = activity;
return this;
}
@Override // com.google.android.gms.internal.ads.zzebw
public final zzebw zzb(@Nullable com.google.android.gms.ads.internal.overlay.zzm zzmVar) {
this.zzb = zzmVar;
return this;
}
@Override // com.google.android.gms.internal.ads.zzebw
public final zzebw zzc(@Nullable String str) {
this.zzc = str;
return this;
}
@Override // com.google.android.gms.internal.ads.zzebw
public final zzebw zzd(@Nullable String str) {
this.zzd = str;
return this;
}
@Override // com.google.android.gms.internal.ads.zzebw
public final zzebx zze() {
Activity activity = this.zza;
if (activity != null) {
return new zzebb(activity, this.zzb, this.zzc, this.zzd, null);
}
throw new IllegalStateException("Missing required properties: activity");
}
}