UriDeepLinkMatcher
constructor(uriPattern: DeepLinkUri, serializer: KSerializer<T>, filters: List<DeepLinkMatcher.Filter<Any>> = emptyList())
Parameters
uriPattern
The DeepLinkUri containing the uri pattern that this matcher supports.
serializer
The serializer to instantiate an instance of T
filters
an optional list of filters to filter a DeepLinkRequest when matching