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

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

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

    @Nullable
    public final String zza;

    @Nullable
    public final String zzb;

    @Nullable
    public final String zzc;

    @Nullable
    public final String zzd;

    @Nullable
    public final Long zze;

    public e61(@Nullable String str, @Nullable String str2, @Nullable String str3, @Nullable String str4, @Nullable Long l10) {
        this.zza = str;
        this.zzb = str2;
        this.zzc = str3;
        this.zzd = str4;
        this.zze = l10;
    }

    @Override // com.google.android.gms.internal.ads.m61
    public final /* bridge */ /* synthetic */ void zza(Object obj) {
        Bundle bundle = ((zd0) obj).f19235a;
        mb1.zze(bundle, "gmp_app_id", this.zza);
        mb1.zze(bundle, "fbs_aiid", this.zzb);
        mb1.zze(bundle, "fbs_aeid", this.zzc);
        mb1.zze(bundle, "apm_id_origin", this.zzd);
        Long l10 = this.zze;
        if (l10 != null) {
            bundle.putLong("sai_timeout", l10.longValue());
        }
    }

    @Override // com.google.android.gms.internal.ads.m61
    public final /* bridge */ /* synthetic */ void zzb(Object obj) {
        mb1.zze(((zd0) obj).f19236b, "fbs_aeid", this.zzc);
    }
}
