class NavDeepLink


NavDeepLink encapsulates the parsing and matching of a navigation deep link.

This should be added to a NavDestination using NavDestination.addDeepLink.

Summary

Nested types

A builder for constructing NavDeepLink instances.

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

String?

The action from the NavDeepLink.

String?

The mimeType from the NavDeepLink.

String?

The uri pattern from the NavDeepLink.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

action

Added in 2.3.0
val actionString?

The action from the NavDeepLink.

See also
action

mimeType

Added in 2.3.0
val mimeTypeString?

The mimeType from the NavDeepLink.

See also
mimeType

uriPattern

Added in 2.3.0
val uriPatternString?

The uri pattern from the NavDeepLink.

See also
uri