- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
35 lines
1.3 KiB
Java
35 lines
1.3 KiB
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import com.unity3d.ads.core.domain.HandleInvocationsFromAdViewer;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzw extends zzal {
|
|
private zzaa zzk;
|
|
|
|
@Override // com.google.android.gms.internal.measurement.zzal
|
|
public final zzaq zza(zzh zzhVar, List<zzaq> list) {
|
|
zzg.zza(this.zza, 3, list);
|
|
String zzf = zzhVar.zza(list.get(0)).zzf();
|
|
zzaq zza = zzhVar.zza(list.get(1));
|
|
if (!(zza instanceof zzar)) {
|
|
throw new IllegalArgumentException("Invalid callback type");
|
|
}
|
|
zzaq zza2 = zzhVar.zza(list.get(2));
|
|
if (!(zza2 instanceof zzap)) {
|
|
throw new IllegalArgumentException("Invalid callback params");
|
|
}
|
|
zzap zzapVar = (zzap) zza2;
|
|
if (!zzapVar.zzc("type")) {
|
|
throw new IllegalArgumentException("Undefined rule type");
|
|
}
|
|
this.zzk.zza(zzf, zzapVar.zzc(HandleInvocationsFromAdViewer.KEY_DOWNLOAD_PRIORITY) ? zzg.zzb(zzapVar.zza(HandleInvocationsFromAdViewer.KEY_DOWNLOAD_PRIORITY).zze().doubleValue()) : 1000, (zzar) zza, zzapVar.zza("type").zzf());
|
|
return zzaq.zzc;
|
|
}
|
|
|
|
public zzw(zzaa zzaaVar) {
|
|
super("internal.registerCallback");
|
|
this.zzk = zzaaVar;
|
|
}
|
|
}
|