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

32 lines
958 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.measurement.internal;
import com.google.android.gms.common.internal.Preconditions;
import java.util.List;
import java.util.Map;
/* loaded from: classes.dex */
final class zzep implements Runnable {
private final zzen zza;
private final int zzb;
private final Throwable zzc;
private final byte[] zzd;
private final String zze;
private final Map<String, List<String>> zzf;
/* JADX INFO: Access modifiers changed from: package-private */
public /* synthetic */ zzep(String str, zzen zzenVar, int i, Throwable th, byte[] bArr, Map map, zzeo zzeoVar) {
Preconditions.checkNotNull(zzenVar);
this.zza = zzenVar;
this.zzb = i;
this.zzc = th;
this.zzd = bArr;
this.zze = str;
this.zzf = map;
}
@Override // java.lang.Runnable
public final void run() {
this.zza.zza(this.zze, this.zzb, this.zzc, this.zzd, this.zzf);
}
}