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