-
public class ComponentFragment.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ComponentFragment.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ComponentFragmentcreate(ComponentExperience experience, Map<String, String> custom)Explicitly create a ComponentFragment.-
-
Method Detail
-
create
final ComponentFragment create(ComponentExperience experience, Map<String, String> custom)
Explicitly create a
ComponentFragment.- Parameters:
experience- The embedded care experience to displaycustom- Custom client-specific information associated with this experience
-
-
-
-