openExternalApp

Description

Opens an external mobile app and passes the data specified to that app.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

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

  1. Call the openExternalApp function in a button event.

Result

Last updated