54 lines
1.6 KiB
Java
54 lines
1.6 KiB
Java
|
package com.google.android.gms.internal.gtm;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
final class zzcb implements zzbp<zzcc> {
|
||
|
private final zzcc zzaat = new zzcc();
|
||
|
private final zzap zzwc;
|
||
|
|
||
|
public zzcb(zzap zzapVar) {
|
||
|
this.zzwc = zzapVar;
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.gtm.zzbp
|
||
|
public final void zzb(String str, String str2) {
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.gtm.zzbp
|
||
|
public final void zzc(String str, String str2) {
|
||
|
if ("ga_appName".equals(str)) {
|
||
|
this.zzaat.zzaau = str2;
|
||
|
return;
|
||
|
}
|
||
|
if ("ga_appVersion".equals(str)) {
|
||
|
this.zzaat.zzaav = str2;
|
||
|
} else if ("ga_logLevel".equals(str)) {
|
||
|
this.zzaat.zzaaw = str2;
|
||
|
} else {
|
||
|
this.zzwc.zzco().zzd("String xml configuration name not recognized", str);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.gtm.zzbp
|
||
|
public final void zza(String str, boolean z) {
|
||
|
if ("ga_dryRun".equals(str)) {
|
||
|
this.zzaat.zzaay = z ? 1 : 0;
|
||
|
} else {
|
||
|
this.zzwc.zzco().zzd("Bool xml configuration name not recognized", str);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.gtm.zzbp
|
||
|
public final void zzb(String str, int i) {
|
||
|
if ("ga_dispatchPeriod".equals(str)) {
|
||
|
this.zzaat.zzaax = i;
|
||
|
} else {
|
||
|
this.zzwc.zzco().zzd("Int xml configuration name not recognized", str);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.gtm.zzbp
|
||
|
public final /* synthetic */ zzcc zzel() {
|
||
|
return this.zzaat;
|
||
|
}
|
||
|
}
|