Package 

Class Navigation3Kt

    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.