DeepLinkMatcher.MatchResult

Known direct subclasses
UriMatchResult

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


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

Summary

Public constructors

<T : Any?> MatchResult(key: T)
Cmn

Public functions

open operator Int
Cmn

Public properties

T

the navigation key representing the deep link target

Cmn

Public constructors

MatchResult

<T : Any?> MatchResult(key: T)
Parameters
key: T

the navigation key representing the deep link target

Public functions

compareTo

open operator fun compareTo(other: DeepLinkMatcher.MatchResult<T>): Int

Public properties

key

val key: T

the navigation key representing the deep link target