NavDeepLinkDslBuilder
Kotlin
|Java
class NavDeepLinkDslBuilder
kotlin.Any | |
↳ | androidx.navigation.NavDeepLinkDslBuilder |
DSL for constructing a new NavDeepLink
Summary
Public constructors | |
---|---|
<init>() DSL for constructing a new NavDeepLink |
Properties | |
---|---|
String? |
Intent action for the deep link |
String? |
MimeType for the deep link |
String? |
The uri pattern of the deep link |
Public constructors
Properties
action
var action: String?
Intent action for the deep link
Exceptions | |
---|---|
IllegalArgumentException |
if attempting to set to empty. |