NavDeepLinkDslBuilder
-
Cmn
@NavDeepLinkDsl
class NavDeepLinkDslBuilder
DSL for constructing a new NavDeepLink
Summary
Public constructors |
|
|---|---|
|
Cmn
|
Public properties |
||
|---|---|---|
String? |
Intent action for the deep link |
Cmn
|
String? |
MimeType for the deep link |
Cmn
|
String? |
The uri pattern of the deep link |
Cmn
|
Public constructors
Public properties
action
var action: String?
Intent action for the deep link
| Throws | |
|---|---|
kotlin.IllegalArgumentException |
if attempting to set to empty. |
uriPattern
var uriPattern: String?
The uri pattern of the deep link
If used with safe args, this will override the uriPattern from KClass that was set during NavDestinationBuilder initialization.