package com.google.android.gms.common.api.internal;

import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.google.android.gms.common.annotation.KeepForSdk;

/* JADX INFO: loaded from: classes2.dex */
public abstract class n {

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

    @Nullable
    private final e8.c[] zab;

    @KeepForSdk
    public n(@NonNull k kVar, @Nullable e8.c[] cVarArr, boolean z10, int i10) {
        this.f8276a = kVar;
        this.zab = cVarArr;
    }

    @Nullable
    @KeepForSdk
    public j getListenerKey() {
        return this.f8276a.getListenerKey();
    }

    @Nullable
    @KeepForSdk
    public e8.c[] getRequiredFeatures() {
        return this.zab;
    }
}
