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

/* JADX INFO: loaded from: classes2.dex */
public final class o1 extends g1 {

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

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final /* synthetic */ j1 f20350g;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public o1(j1 j1Var, String str, int i10) {
        super(j1Var, true);
        this.f20348e = i10;
        this.f20349f = str;
        this.f20350g = j1Var;
    }

    @Override // com.google.android.gms.internal.measurement.g1
    public final void a() {
        switch (this.f20348e) {
            case 0:
                ((t0) com.google.android.gms.common.internal.w.checkNotNull(this.f20350g.f20256i)).setUserId(this.f20349f, this.f20199a);
                break;
            case 1:
                ((t0) com.google.android.gms.common.internal.w.checkNotNull(this.f20350g.f20256i)).endAdUnitExposure(this.f20349f, this.f20200b);
                break;
            default:
                ((t0) com.google.android.gms.common.internal.w.checkNotNull(this.f20350g.f20256i)).beginAdUnitExposure(this.f20349f, this.f20200b);
                break;
        }
    }
}
