Package 

Class NavControllerKtxKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit autoTrackScreenViews(NavController $self) Adds automatic tracking of screen views to the NavController.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • autoTrackScreenViews

         final static Unit autoTrackScreenViews(NavController $self)

        Adds automatic tracking of screen views to the NavController. It uses either the route or the label of the destination as the screen name. If none of them are available, it does not track the screen view.