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

NavDeepLinkDslBuilder()

Public properties

action

var action: String?

Intent action for the deep link

Throws
IllegalArgumentException

if attempting to set to empty.

mimeType

var mimeType: String?

MimeType for the deep link

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.