-
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)Creates an Intent to start the PLYFlowActivity. -
-
Method Detail
-
newIntent
final Intent newIntent(Context context, PLYPresentation presentation, PLYTransitionType transitionType)
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...).
-
-
-
-