functional overview
Calls another application.
Details of Functions
Launches the specified external application.
For Windows,[Win] Executable file namein the application.[Win] Parametersas a command line argument and execute it.
For Android,[And] Package nameof the application.[And] Class nameStarts the
For iOS,[iOS]URL Schemein the application.[iOS] Parametersto start the program.
parameter
- argument (e.g. function, program, programme)
-
[Win] Executable file name character string data
Specify the executable file path of the application to be launched.[Win] Parameters character string data
Specify parameters (command line arguments) to be passed to the executable file
I will do so.[And] Package name character string data
Specify the Android package name of the application to be launched.[And] Class name character string data
Specify the Android class name.[iOS]URL Scheme character string data
Specify the URL scheme of the application to be launched.[iOS] Parameters character string data
Specify parameters to be passed to the application.
- return value
- without