-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
JVMJVM Player Related WorkJVM Player Related WorkReactReact Player Related WorkReact Player Related WorkenhancementNew feature or requestNew feature or requestiOSiOS Player Related WorkiOS Player Related Work
Description
Is your feature request related to a problem? Please describe.
As a multiplatform construct, the FlowManager API should be consistent across platforms such that consumers can integrate following the same pattern. The current definitions (and key differences) are:
- iOS
- Default
terminateno-op API terminatetakes anInProgressState, if there is one
- Default
- JVM
- Base construct generalized, actual
FlowManagerdefinition terminatetakes no arguments
- Base construct generalized, actual
- React
terminatetakes aFlowResult['data']
Describe the solution you'd like
At the very least, the same terminate API — for flexibility, it should likely be the InProgressState if there is one (which the FlowResult['data'] can be retrieved from).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
JVMJVM Player Related WorkJVM Player Related WorkReactReact Player Related WorkReact Player Related WorkenhancementNew feature or requestNew feature or requestiOSiOS Player Related WorkiOS Player Related Work