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

import java.util.Objects;

/* JADX INFO: loaded from: classes2.dex */
public final class gp0 implements zu1 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f11826a;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ ys f11828c;

    public gp0(kp0 kp0Var, String str, ys ysVar, int i10) {
        this.f11826a = i10;
        if (i10 != 1) {
            this.f11827b = str;
            this.f11828c = ysVar;
            Objects.requireNonNull(kp0Var);
        } else {
            this.f11827b = str;
            this.f11828c = ysVar;
            Objects.requireNonNull(kp0Var);
        }
    }

    @Override // com.google.android.gms.internal.ads.zu1
    public final void zza(Throwable th) {
    }

    @Override // com.google.android.gms.internal.ads.zu1
    /* JADX INFO: renamed from: zzb */
    public final /* bridge */ /* synthetic */ void mo3zzb(Object obj) {
        int i10 = this.f11826a;
        ys ysVar = this.f11828c;
        String str = this.f11827b;
        switch (i10) {
            case 0:
                ((x50) obj).F(str, ysVar);
                break;
            default:
                ((x50) obj).v0(str, ysVar);
                break;
        }
    }
}
