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
android

Public properties

open String?

The action from the NavDeepLinkRequest.

android
open String?

The mimeType from the NavDeepLinkRequest.

android
open Uri?

The uri from the NavDeepLinkRequest.

android

Public functions

toString

open fun toString(): String

Public properties

action

open val actionString?

The action from the NavDeepLinkRequest.

See also
action

mimeType

open val mimeTypeString?

The mimeType from the NavDeepLinkRequest.

See also
mimeType

uri

open val uriUri?

The uri from the NavDeepLinkRequest.

See also
uriPattern