Package 

Class SensfrxFragmentLifecycleCallbacks

    • Method Summary

      Modifier and Type Method Description
      static void trackFragmentChange(AppCompatActivity activity) Registers fragment lifecycle callbacks to track various lifecycle events of fragments.
      • Methods inherited from class java.lang.Object

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

      • trackFragmentChange

         static void trackFragmentChange(AppCompatActivity activity)

        Registers fragment lifecycle callbacks to track various lifecycle events of fragments.

        Parameters:
        activity - The AppCompatActivity within which fragment lifecycle events are tracked.