DeepLinkDefinitions

@Serializable
data class DeepLinkDefinitions(val prefixes: List<PrefixDefinition> = emptyList(), val placeholders: List<PlaceholderDefinition> = emptyList(), val deepLinks: Map<String, DeepLinkDefinition>)

Constructors

Link copied to clipboard
constructor(prefixes: List<PrefixDefinition> = emptyList(), placeholders: List<PlaceholderDefinition> = emptyList(), deepLinks: Map<String, DeepLinkDefinition>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun DeepLinkDefinitions.containsAllDeepLinks(deepLinkHandlers: Set<<Error class: unknown class>>, defaultPrefixes: Set<<Error class: unknown class>>)