Package-level declarations
Types
Link copied to clipboard
data class DeepLinkDefinition(val patterns: List<PatternDefinition>, val prefixes: List<PrefixDefinition> = emptyList(), val placeholders: List<PlaceholderDefinition> = emptyList(), val exampleQueries: List<String> = emptyList())
Link copied to clipboard
data class DeepLinkDefinitions(val prefixes: List<PrefixDefinition> = emptyList(), val placeholders: List<PlaceholderDefinition> = emptyList(), val deepLinks: Map<String, DeepLinkDefinition>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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>)