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

Compares this MatchResult to other and returns an Int result.

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

Compares this MatchResult to other and returns an Int result.

Returns zero if this result is equal to the other result, a negative number if it's less than the other, or a positive number if it's greater than the other.

Public properties

key

val key: T

the navigation key representing the deep link target