StaticKeyDeepLinkMatcher

A DeepLinkMatcher that matches based on a list of Filter and if all filters match, returns the input key in the MatchResult.

T The Type of the navigation key associated with this deep link matcher.

Parameters

key

the navigation key associated with this deep link matcher

filters

the list of Filter to match with the DeepLinkRequest

Constructors

Link copied to clipboard
constructor(key: T, filters: List<DeepLinkMatcher.Filter<Any>>)

Properties

Link copied to clipboard
val key: T

Functions

Link copied to clipboard