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.BuilderA builder for constructing |
Public methods |
|
|---|---|
boolean |
|
final String |
The action from the NavDeepLink. |
final String |
The mimeType from the NavDeepLink. |
final String |
The uri pattern from the NavDeepLink. |
int |
hashCode() |
Public methods
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 |