NavDeepLinkDslBuilder



DSL for constructing a new NavDeepLink

Summary

Public constructors

android

Public properties

String?

Intent action for the deep link

android
String?

MimeType for the deep link

android
String?

The uri pattern of the deep link

android

Public constructors

NavDeepLinkDslBuilder()

Public properties

action

var actionString?

Intent action for the deep link

Throws
kotlin.IllegalArgumentException

if attempting to set to empty.

mimeType

var mimeTypeString?

MimeType for the deep link

uriPattern

var uriPatternString?

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.