- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
32 lines
1.1 KiB
Java
32 lines
1.1 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.text.TextUtils;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzbkc implements zzbjp {
|
|
private final zzdvs zza;
|
|
|
|
public zzbkc(zzdvs zzdvsVar) {
|
|
this.zza = zzdvsVar;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbjp
|
|
public final void zza(Object obj, Map map) {
|
|
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjl)).booleanValue()) {
|
|
String str = (String) map.get("action");
|
|
String str2 = (String) map.get("adUnitId");
|
|
String str3 = (String) map.get("redirectUrl");
|
|
if (TextUtils.isEmpty(str) || TextUtils.isEmpty(str2) || TextUtils.isEmpty(str3)) {
|
|
return;
|
|
}
|
|
String str4 = (String) map.get("format");
|
|
if (str.equals("load") && !TextUtils.isEmpty(str4)) {
|
|
this.zza.zzh(str2, str4, str3);
|
|
} else if (str.equals("show")) {
|
|
this.zza.zzi(str2, str3);
|
|
}
|
|
}
|
|
}
|
|
}
|