Package 

Class NavigationKt

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 watch
        trackArguments - whether to track navigation arguments
        destinationPredicate - to accept the NavDestination that will be taken into account as valid RUM View events.
        sdkCore - the SDK instance to use.