Interface PostFragmentLifecycle

    • Method Detail

      • onPostFragment

        void onPostFragment​(Fragment<?> fragment,
                            ExecutionContext executionContext)
        Cleanup the resources allocated by this resource for the specified ExecutionContext.

        Executes the cleanup at the end of the fragment visit.

        Parameters:
        fragment - The fragment.
        executionContext - The ExecutionContext.