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

35 lines
1.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.measurement;
import android.os.Bundle;
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 zzdh extends zzdt {
final Bundle zza;
final zzbz zzb;
final zzee zzc;
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zzdh(zzee zzeeVar, Bundle bundle, zzbz zzbzVar) {
super(zzeeVar, true);
this.zzc = zzeeVar;
this.zza = bundle;
this.zzb = zzbzVar;
}
@Override // com.google.android.gms.internal.measurement.zzdt
final void zza() throws RemoteException {
zzcc zzccVar;
zzccVar = this.zzc.zzj;
((zzcc) Preconditions.checkNotNull(zzccVar)).performAction(this.zza, this.zzb, this.zzh);
}
@Override // com.google.android.gms.internal.measurement.zzdt
protected final void zzb() {
this.zzb.zzd(null);
}
}