NavDeepLinkRequest

open 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

A builder for constructing NavDeepLinkRequest instances.

Public functions

open String

Public properties

open String?

The action from the NavDeepLinkRequest.

open String?

The mimeType from the NavDeepLinkRequest.

open Uri?

The uri from the NavDeepLinkRequest.

Public functions

toString

open fun toString(): String

Public properties

action

Added in 2.3.0
open val actionString?

The action from the NavDeepLinkRequest.

See also
action

mimeType

Added in 2.3.0
open val mimeTypeString?

The mimeType from the NavDeepLinkRequest.

See also
mimeType

uri

Added in 2.3.0
open val uriUri?

The uri from the NavDeepLinkRequest.

See also
uriPattern