-
public class PLYFlowParentFragment.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static PLYFlowParentFragment.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final PLYFlowParentFragmentnewInstance(PLYPresentation presentation, String transitionType, Float transitionHeight)Creates a new instance of PLYFlowParentFragment with an optional initial presentation. final PLYFlowParentFragmentnewInstance(PLYPresentationProperties properties, String transitionType, Float transitionHeight)Creates a new instance of PLYFlowParentFragment with properties to fetch a presentation. -
-
Method Detail
-
newInstance
final PLYFlowParentFragment newInstance(PLYPresentation presentation, String transitionType, Float transitionHeight)
Creates a new instance of PLYFlowParentFragment with an optional initial presentation.
- Parameters:
presentation- The first step presentation to show, if any.transitionType- The name of visual transition for the initial step.
-
newInstance
final PLYFlowParentFragment newInstance(PLYPresentationProperties properties, String transitionType, Float transitionHeight)
Creates a new instance of PLYFlowParentFragment with properties to fetch a presentation.
- Parameters:
properties- The properties to use for fetching the presentation.transitionType- The name of visual transition for the initial step.transitionHeight- The height ratio for DRAWER and MODAL transitions in range 0.0, 1.
-
-
-
-