- 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
39 lines
1.1 KiB
Java
39 lines
1.1 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.RemoteException;
|
|
import androidx.annotation.Nullable;
|
|
import csdk.gluads.Consts;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzdmx implements zzbjp {
|
|
|
|
@Nullable
|
|
private final zzbha zza;
|
|
private final zzdnl zzb;
|
|
private final zzhel zzc;
|
|
|
|
public zzdmx(zzdiq zzdiqVar, zzdif zzdifVar, zzdnl zzdnlVar, zzhel zzhelVar) {
|
|
this.zza = zzdiqVar.zzc(zzdifVar.zzA());
|
|
this.zzb = zzdnlVar;
|
|
this.zzc = zzhelVar;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbjp
|
|
public final void zza(Object obj, Map map) {
|
|
String str = (String) map.get("asset");
|
|
try {
|
|
this.zza.zze((zzbgq) this.zzc.zzb(), str);
|
|
} catch (RemoteException e) {
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzk("Failed to call onCustomClick for asset " + str + Consts.STRING_PERIOD, e);
|
|
}
|
|
}
|
|
|
|
public final void zzb() {
|
|
if (this.zza == null) {
|
|
return;
|
|
}
|
|
this.zzb.zzl("/nativeAdCustomClick", this);
|
|
}
|
|
}
|