NavDeepLinkRequest
public
class
NavDeepLinkRequest
extends Object
java.lang.Object | |
↳ | androidx.navigation.NavDeepLinkRequest |
A request for a deep link in a NavDestination
.
NavDeepLinkRequest are used to check if a NavDeepLink
exists for a
NavDestination
and to navigate to a NavDestination
with a matching
NavDeepLink
.
Summary
Nested classes | |
---|---|
class |
NavDeepLinkRequest.Builder
A builder for constructing |
Public methods | |
---|---|
String
|
getAction()
Get the action from the NavDeepLinkRequest. |
String
|
getMimeType()
Get the mimeType from the NavDeepLinkRequest. |
Uri
|
getUri()
Get the uri from the NavDeepLinkRequest. |
String
|
toString()
|
Inherited methods | |
---|---|
Public methods
getAction
public String getAction ()
Get the action from the NavDeepLinkRequest.
Returns | |
---|---|
String |
the action for the request. |
See also:
getMimeType
public String getMimeType ()
Get the mimeType from the NavDeepLinkRequest.
Returns | |
---|---|
String |
the mimeType of the request. |
See also:
getUri
public Uri getUri ()
Get the uri from the NavDeepLinkRequest.
Returns | |
---|---|
Uri |
the uri for the request. |
See also:
toString
public String toString ()
Returns | |
---|---|
String |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-24 UTC.