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?)
Cmn
open Int
Cmn

Public properties

String?

The action from the NavDeepLink.

Cmn
String?

The mimeType from the NavDeepLink.

Cmn
String?

The uri pattern from the NavDeepLink.

Cmn

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

action

val action: String?

The action from the NavDeepLink.

See also
action

mimeType

val mimeType: String?

The mimeType from the NavDeepLink.

See also
mimeType

uriPattern

val uriPattern: String?

The uri pattern from the NavDeepLink.

See also
uri