what-the-bank/sources/com/google/android/gms/internal/measurement/zzdf.java

38 lines
1.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.measurement;
import android.os.RemoteException;
import com.google.android.gms.common.internal.Preconditions;
/* JADX INFO: Access modifiers changed from: package-private */
/* loaded from: classes2.dex */
public final class zzdf extends zzdt {
final String zza;
final String zzb;
final boolean zzc;
final zzbz zzd;
final zzee zze;
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zzdf(zzee zzeeVar, String str, String str2, boolean z, zzbz zzbzVar) {
super(zzeeVar, true);
this.zze = zzeeVar;
this.zza = str;
this.zzb = str2;
this.zzc = z;
this.zzd = zzbzVar;
}
@Override // com.google.android.gms.internal.measurement.zzdt
final void zza() throws RemoteException {
zzcc zzccVar;
zzccVar = this.zze.zzj;
((zzcc) Preconditions.checkNotNull(zzccVar)).getUserProperties(this.zza, this.zzb, this.zzc, this.zzd);
}
@Override // com.google.android.gms.internal.measurement.zzdt
protected final void zzb() {
this.zzd.zzd(null);
}
}