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

Public properties

String?

The action from the NavDeepLink.

android
String?

The mimeType from the NavDeepLink.

android
String?

The uri pattern from the NavDeepLink.

android

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

action

val actionString?

The action from the NavDeepLink.

See also
action

mimeType

val mimeTypeString?

The mimeType from the NavDeepLink.

See also
mimeType

uriPattern

val uriPatternString?

The uri pattern from the NavDeepLink.

See also
uri