Package 

Object FullScreenFragment.Companion

    • Method Summary

      Modifier and Type Method Description
      final FullScreenFragment create(FullScreenExperience experience, Boolean includeDismissButton) Explicitly create a FullScreenFragment.
      • Methods inherited from class java.lang.Object

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

      • create

         final FullScreenFragment create(FullScreenExperience experience, Boolean includeDismissButton)

        Explicitly create a FullScreenFragment.

        Parameters:
        experience - The embedded care experience to display
        includeDismissButton - If true, a button that dismisses the fragment will be present while the content is loading.