Stay organized with collections Save and categorize content based on your preferences.

NavDeepLinkRequest

public class NavDeepLinkRequest


A request for a deep link in a NavDestination.

NavDeepLinkRequest are used to check if a NavDeepLink exists for a NavDestination and to navigate to a NavDestination with a matching NavDeepLink.

Summary

Nested types

public final class NavDeepLinkRequest.Builder

A builder for constructing NavDeepLinkRequest instances.

Public methods

getAction

public String getAction()

getMimeType

public String getMimeType()

getUri

public Uri getUri()

toString

public @NonNull String toString()