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

String

The action from the NavDeepLinkRequest.

String

The mimeType from the NavDeepLinkRequest.

Uri

The uri from the NavDeepLinkRequest.

@NonNull String

Public methods

getAction

Added in 2.3.0
public String getAction()

The action from the NavDeepLinkRequest.

See also
action

getMimeType

Added in 2.3.0
public String getMimeType()

The mimeType from the NavDeepLinkRequest.

See also
mimeType

getUri

Added in 2.3.0
public Uri getUri()

The uri from the NavDeepLinkRequest.

See also
uriPattern

toString

public @NonNull String toString()