Deep Link Definitions
@Serializable
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<DeepLinkHandler>, defaultPrefixes: Set<DeepLinkHandler.Prefix>)