-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add a new native action and state (#815) RELEASE
## Related Issues descope/etc#5992 ## Related PRs descope/orchestrationservice#2787 ## Description The idea here is to add **native options** that will be provided via the mobile SDKs and piped to the BE via the `startOptions`. On the other side - a new `native` action is added and transfers responsibility of handling it to the mobile SDKs. The design aims to make any future updates to take place in the BE, and in the mobile SDKs only, and leaving the `web-component` SDK untouched as much as possible. Hence, whenever a unique response is required by the mobile SDK, a dynamic payload is sent with a corresponding `type` field to allow the mobile SDKs to correctly parse and process it. ## Must - [x] Tests - [ ] Documentation (if applicable) --------- Co-authored-by: Gil Shapira <[email protected]>
- Loading branch information
1 parent
9aa29e2
commit 575774c
Showing
7 changed files
with
199 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.