- 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
31 lines
948 B
Java
31 lines
948 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.util.Map;
|
|
import java.util.function.Consumer;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzccq implements zzbjp {
|
|
private final Consumer zza;
|
|
|
|
public zzccq(Consumer consumer) {
|
|
this.zza = consumer;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbjp
|
|
public final /* bridge */ /* synthetic */ void zza(Object obj, Map map) {
|
|
String str = (String) map.get("action");
|
|
if (str == null) {
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzj("Action missing from video GMSG.");
|
|
return;
|
|
}
|
|
if (str.equals("src")) {
|
|
String str2 = (String) map.get("src");
|
|
if (str2 == null) {
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzj("src missing from video GMSG.");
|
|
} else {
|
|
this.zza.accept(str2);
|
|
}
|
|
}
|
|
}
|
|
}
|