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

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