Deep Link Definitions
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>)
Functions
Link copied to clipboard
fun DeepLinkDefinitions.containsAllDeepLinks(deepLinkHandlers: Set<ERROR CLASS: Symbol not found for DeepLinkHandler>, defaultPrefixes: Set<ERROR CLASS: Symbol not found for DeepLinkHandler.Prefix>)