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

28 lines
918 B
Java

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 zzdn extends zzdt {
final Bundle zza;
final zzee zzb;
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zzdn(zzee zzeeVar, Bundle bundle) {
super(zzeeVar, true);
this.zzb = zzeeVar;
this.zza = bundle;
}
@Override // com.google.android.gms.internal.measurement.zzdt
final void zza() throws RemoteException {
zzcc zzccVar;
zzccVar = this.zzb.zzj;
((zzcc) Preconditions.checkNotNull(zzccVar)).setDefaultEventParameters(this.zza);
}
}