-
public final class Navigation3Kt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> UnitNavigation3TrackingEffect(List<T> backStack, ComponentPredicate<T> keyPredicate, BackStackKeyResolver<T> backStackKeyResolver, AttributesResolver<T> attributesResolver, SdkCore sdkCore)A side effect which should be used to track view navigation with the Navigation3 for Jetpack Compose setup. -
-
Method Detail
-
Navigation3TrackingEffect
final static <T extends Any> Unit Navigation3TrackingEffect(List<T> backStack, ComponentPredicate<T> keyPredicate, BackStackKeyResolver<T> backStackKeyResolver, AttributesResolver<T> attributesResolver, SdkCore sdkCore)
A side effect which should be used to track view navigation with the Navigation3 for Jetpack Compose setup.
- Parameters:
backStack- back stack of the navigation to watch.keyPredicate- to accept the back stack key that will be taken into account as valid RUM View events.backStackKeyResolver- to resolve stable keys for the back stack keys.attributesResolver- to resolve attributes for the current back stack key.sdkCore- the SDK instance to use.
-
-
-
-