package com.google.android.gms.internal.ads;

import android.os.Bundle;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public final class f41 implements m61 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f11019a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f11020b;

    @Nullable
    private final Bundle zzc;

    public /* synthetic */ f41(String str, String str2, Bundle bundle) {
        this.f11019a = str;
        this.f11020b = str2;
        this.zzc = bundle;
    }

    @Override // com.google.android.gms.internal.ads.m61
    public final /* bridge */ /* synthetic */ void zza(Object obj) {
        Bundle bundle = ((zd0) obj).f19235a;
        bundle.putString("consent_string", this.f11019a);
        bundle.putString("fc_consent", this.f11020b);
        Bundle bundle2 = this.zzc;
        if (bundle2 != null) {
            bundle.putBundle("iab_consent_info", bundle2);
        }
    }
}
