Package 

Object PLYFlowActivity.Companion

    • Method Summary

      Modifier and Type Method Description
      final Intent newIntent(Context context, PLYPresentation presentation, PLYTransitionType transitionType) Creates an Intent to start the PLYFlowActivity.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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...).