Stay organized with collections Save and categorize content based on your preferences.

NavDeepLink

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

public final String getAction()

The action from the NavDeepLink.

See also
action

getMimeType

public final String getMimeType()

The mimeType from the NavDeepLink.

See also
mimeType

getUriPattern

public final String getUriPattern()

The uri pattern from the NavDeepLink.

See also
uri

hashCode

public int hashCode()