Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzdgh.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

81 lines
2.5 KiB
Java

package com.google.android.gms.internal.ads;
import android.content.Context;
import android.os.RemoteException;
import android.view.View;
import androidx.annotation.Nullable;
import com.google.android.gms.internal.ads.zzbbq;
/* loaded from: classes3.dex */
public final class zzdgh implements zzcvt, zzdcx {
private final zzbye zza;
private final Context zzb;
private final zzbyi zzc;
@Nullable
private final View zzd;
private String zze;
private final zzbbq.zza.EnumC0113zza zzf;
public zzdgh(zzbye zzbyeVar, Context context, zzbyi zzbyiVar, @Nullable View view, zzbbq.zza.EnumC0113zza enumC0113zza) {
this.zza = zzbyeVar;
this.zzb = context;
this.zzc = zzbyiVar;
this.zzd = view;
this.zzf = enumC0113zza;
}
@Override // com.google.android.gms.internal.ads.zzcvt
public final void zza() {
this.zza.zzb(false);
}
@Override // com.google.android.gms.internal.ads.zzcvt
public final void zzb() {
}
@Override // com.google.android.gms.internal.ads.zzcvt
public final void zzc() {
View view = this.zzd;
if (view != null && this.zze != null) {
this.zzc.zzo(view.getContext(), this.zze);
}
this.zza.zzb(true);
}
@Override // com.google.android.gms.internal.ads.zzcvt
public final void zzdq(zzbvw zzbvwVar, String str, String str2) {
if (this.zzc.zzp(this.zzb)) {
try {
zzbyi zzbyiVar = this.zzc;
Context context = this.zzb;
zzbyiVar.zzl(context, zzbyiVar.zza(context), this.zza.zza(), zzbvwVar.zzc(), zzbvwVar.zzb());
} catch (RemoteException e) {
com.google.android.gms.ads.internal.util.client.zzo.zzk("Remote Exception to get reward item.", e);
}
}
}
@Override // com.google.android.gms.internal.ads.zzcvt
public final void zze() {
}
@Override // com.google.android.gms.internal.ads.zzcvt
public final void zzf() {
}
@Override // com.google.android.gms.internal.ads.zzdcx
public final void zzk() {
}
@Override // com.google.android.gms.internal.ads.zzdcx
public final void zzl() {
if (this.zzf == zzbbq.zza.EnumC0113zza.APP_OPEN) {
return;
}
String zzc = this.zzc.zzc(this.zzb);
this.zze = zzc;
this.zze = String.valueOf(zzc).concat(this.zzf == zzbbq.zza.EnumC0113zza.REWARD_BASED_VIDEO_AD ? "/Rewarded" : "/Interstitial");
}
}