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

import android.text.TextUtils;

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

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

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

    public /* synthetic */ d71(String str, int i10) {
        this.f10258a = str;
        this.f10259b = i10;
    }

    @Override // com.google.android.gms.internal.ads.m61
    public final void zza(Object obj) {
        zd0 zd0Var = (zd0) obj;
        if (((Boolean) n7.y.f31093e.f31096c.b(ao.Fb)).booleanValue()) {
            String str = this.f10258a;
            if (!TextUtils.isEmpty(str)) {
                zd0Var.f19235a.putString("topics", str);
            }
            int i10 = this.f10259b;
            if (i10 != -1) {
                zd0Var.f19235a.putInt("atps", i10);
            }
        }
    }
}
