- 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
29 lines
798 B
Java
29 lines
798 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.Bundle;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzesy implements zzetq {
|
|
private final String zza;
|
|
private final Bundle zzb;
|
|
|
|
public zzesy(String str, Bundle bundle) {
|
|
this.zza = str;
|
|
this.zzb = bundle;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* synthetic */ void zza(Object obj) {
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* bridge */ /* synthetic */ void zzb(Object obj) {
|
|
zzcuv zzcuvVar = (zzcuv) obj;
|
|
zzcuvVar.zza.putString("rtb", this.zza);
|
|
if (this.zzb.isEmpty()) {
|
|
return;
|
|
}
|
|
zzcuvVar.zza.putBundle("adapter_initialization_status", this.zzb);
|
|
}
|
|
}
|