-
public class PLYFlowBasicFragment.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static PLYFlowBasicFragment.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final PLYFlowBasicFragmentnewInstance(PLYPresentation presentation)Creates a new instance of PLYFlowBasicFragment with a given presentation. final PLYFlowBasicFragmentnewInstance(PLYPresentationProperties properties)Creates a new instance of PLYFlowBasicFragment with a given presentation properties. -
-
Method Detail
-
newInstance
final PLYFlowBasicFragment newInstance(PLYPresentation presentation)
Creates a new instance of PLYFlowBasicFragment with a given presentation.
- Parameters:
presentation- The PLYPresentation to be displayed.
-
newInstance
final PLYFlowBasicFragment newInstance(PLYPresentationProperties properties)
Creates a new instance of PLYFlowBasicFragment with a given presentation properties.
- Parameters:
properties- The PLYPresentationProperties to be used for fetching the presentation.
-
-
-
-