openExternalApp
Description
Opens an external mobile app and passes the data specified to that app.
Input / Parameter
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
path | The path of the mobile app. | String/Text | - | - | Yes |
data | The data to be passed to the mobile app. | String/Text | - | - | Yes |
Output
N/A
Note: The app will be updated to show the data to be passed in the external mobile app.
Callback
N/A
Video
Coming Soon.
Example
The user want send a Whatsapp message from current app to Whatsapp.
Step
Call the openExternalApp function in a button event.
Result
Links
Last updated