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

42 lines
1.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.measurement.internal;
import android.content.Context;
import android.os.Bundle;
import com.google.android.gms.common.internal.Preconditions;
/* loaded from: classes.dex */
public final class zzgy {
final Context zza;
String zzb;
String zzc;
String zzd;
Boolean zze;
long zzf;
com.google.android.gms.internal.measurement.zzcl zzg;
boolean zzh;
final Long zzi;
String zzj;
public zzgy(Context context, com.google.android.gms.internal.measurement.zzcl zzclVar, Long l) {
this.zzh = true;
Preconditions.checkNotNull(context);
Context applicationContext = context.getApplicationContext();
Preconditions.checkNotNull(applicationContext);
this.zza = applicationContext;
this.zzi = l;
if (zzclVar != null) {
this.zzg = zzclVar;
this.zzb = zzclVar.zzf;
this.zzc = zzclVar.zze;
this.zzd = zzclVar.zzd;
this.zzh = zzclVar.zzc;
this.zzf = zzclVar.zzb;
this.zzj = zzclVar.zzh;
Bundle bundle = zzclVar.zzg;
if (bundle != null) {
this.zze = Boolean.valueOf(bundle.getBoolean("dataCollectionDefaultEnabled", true));
}
}
}
}