-
public final class NavigationKt
-
-
Method Summary
Modifier and Type Method Description final static UnitNavigationViewTrackingEffect(NavController navController, Boolean trackArguments, ComponentPredicate<NavDestination> destinationPredicate, SdkCore sdkCore)A side effect which should be used to track view navigation with the Navigation for Compose setup. -
-
Method Detail
-
NavigationViewTrackingEffect
final static Unit NavigationViewTrackingEffect(NavController navController, Boolean trackArguments, ComponentPredicate<NavDestination> destinationPredicate, SdkCore sdkCore)
A side effect which should be used to track view navigation with the Navigation for Compose setup.
- Parameters:
navController- NavController to watchtrackArguments- whether to track navigation argumentsdestinationPredicate- to accept the NavDestination that will be taken into account as valid RUM View events.sdkCore- the SDK instance to use.
-
-
-
-