-
public class PLYFlowActivity.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static PLYFlowActivity.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntentnewIntent(Context context, PLYPresentation presentation, PLYTransitionType transitionType, Float transitionHeight)Creates an Intent to start the PLYFlowActivity. final IntentnewIntent(Context context, PLYPresentationProperties properties, PLYTransitionType transitionType, Float transitionHeight)Creates an Intent to start the PLYFlowActivity with properties to fetch a presentation. -
-
Method Detail
-
newIntent
final Intent newIntent(Context context, PLYPresentation presentation, PLYTransitionType transitionType, Float transitionHeight)
Creates an Intent to start the PLYFlowActivity.
- Parameters:
context- The context from which the activity is started.presentation- The PLYPresentation to be displayed.transitionType- The type of transition to be used (e.g., PUSH, FULLSCREEN...).
-
newIntent
final Intent newIntent(Context context, PLYPresentationProperties properties, PLYTransitionType transitionType, Float transitionHeight)
Creates an Intent to start the PLYFlowActivity with properties to fetch a presentation.
- Parameters:
context- The context from which the activity is started.properties- The PLYPresentationProperties to use for fetching the presentation.transitionType- The type of transition to be used (e.g., PUSH, FULLSCREEN...).transitionHeight- The height ratio for DRAWER and MODAL transitions in range 0.0, 1.
-
-
-
-