BackStackMatchResult


Result returned when a BackStackMatcher successfully matches a DeepLinkRequest.

Contains the original DeepLinkMatcher.MatchResult and the backStack constructed for the match.

T the type of the navigation key associated with this result, must be of type K

K the element type of the back stack List

Summary

Public properties

List<K>

The back stack of navigation keys constructed for this match result.

Cmn

Inherited functions

From androidx.navigation3.runtime.deeplink.WrappedMatchResult
open operator Int

Compares this WrappedMatchResult to other and returns an Int result.

Cmn

Public properties

backStack

val backStackList<K>

The back stack of navigation keys constructed for this match result.

The back stack is evaluated on initial access and caches the result.