Replies: 1 comment 4 replies
-
Hi @dimsuz, thanks for your question. You should use childAware API to establish connection between parent and a child. Then it's up to you how you communicate between the parent and the child. You could use simple callbacks or provided by library reactive solutions |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the idiomatic way to finish with result? For example:
AppFlow
startsLoginFlow
LoginFlow
can end with "Dismissed", "Success", "AdditionalIdentificationRequired" statusesAppFlow
should be able to somehow receive these outcomes and decide where to route nextIf I'd express this with lambdas it could be something like:
Beta Was this translation helpful? Give feedback.
All reactions