package androidx.core.view;

import android.net.Uri;
import android.os.Bundle;
import androidx.annotation.Nullable;

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

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

    public m(k kVar) {
        this.f1785a = kVar;
    }

    @Nullable
    public Bundle getExtras() {
        return this.f1785a.getExtras();
    }

    @Nullable
    public Uri getLinkUri() {
        return this.f1785a.getLinkUri();
    }

    public final String toString() {
        return this.f1785a.toString();
    }
}
