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 properties

open String?

The action from the NavDeepLinkRequest.

Cmn

open String?

The mimeType from the NavDeepLinkRequest.

Cmn

open NavUri?

The uri from the NavDeepLinkRequest.

Cmn

Public functions

Public properties

action

open val actionString?

The action from the NavDeepLinkRequest.

mimeType

open val mimeTypeString?

The mimeType from the NavDeepLinkRequest.

uri

open val uriNavUri?

The uri from the NavDeepLinkRequest.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-05-15 UTC.