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

Public methods

String

The action from the NavDeepLinkRequest.

String

The mimeType from the NavDeepLinkRequest.

NavUri

The uri from the NavDeepLinkRequest.

@NonNull String

Public methods

getAction

Added in 2.3.0
public StringgetAction()

The action from the NavDeepLinkRequest.

See also
action

getMimeType

Added in 2.3.0
public StringgetMimeType()

The mimeType from the NavDeepLinkRequest.

See also
mimeType

getUri

Added in 2.3.0
public NavUrigetUri()

The uri from the NavDeepLinkRequest.

toString

public @NonNull StringtoString()