-
public class FullScreenFragment.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static FullScreenFragment.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final FullScreenFragmentcreate(FullScreenExperience experience, Boolean includeDismissButton)Explicitly create a FullScreenFragment.-
-
Method Detail
-
create
final FullScreenFragment create(FullScreenExperience experience, Boolean includeDismissButton)
Explicitly create a
FullScreenFragment.- Parameters:
experience- The embedded care experience to displayincludeDismissButton- Iftrue, a button that dismisses the fragment will be present while the content is loading.
-
-
-
-