package androidx.browser.customtabs;

import android.app.PendingIntent;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public final class y {

    @Nullable
    private final d mCallback;

    @Nullable
    private final PendingIntent mId;

    public y(@Nullable d dVar, @Nullable PendingIntent pendingIntent) {
        this.mCallback = dVar;
        this.mId = pendingIntent;
    }

    @Nullable
    public d getCallback() {
        return this.mCallback;
    }

    @Nullable
    public PendingIntent getId() {
        return this.mId;
    }
}
