public final 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

public final class NavDeepLink.Builder

A builder for constructing NavDeepLink instances.

Public methods

boolean
equals(Object other)
final String

The action from the NavDeepLink.

final String

The mimeType from the NavDeepLink.

final String

The uri pattern from the NavDeepLink.

int

Public methods

equals

public boolean equals(Object other)

getAction

Added in 2.3.0
public final String getAction()

The action from the NavDeepLink.

See also
action

getMimeType

Added in 2.3.0
public final String getMimeType()

The mimeType from the NavDeepLink.

See also
mimeType

getUriPattern

Added in 2.3.0
public final String getUriPattern()

The uri pattern from the NavDeepLink.

See also
uri

hashCode

public int hashCode()