MatchResult

The class that is returned when a DeepLinkMatcher matches with a DeepLinkRequest

Parameters

key

the navigation key representing the deep link target

Inheritors

Constructors

Link copied to clipboard
constructor(key: T)

Properties

Link copied to clipboard
val key: T

Functions

Link copied to clipboard
open operator override fun compareTo(other: DeepLinkMatcher.MatchResult<T>): Int