Parameters
|
|
Action <string>
|
|
|
Name of the action to perform. On Android this parameter is also known as "Intent".
|
|
|
|
|
|
Data URL <string> |
|
|
Used to indicate the path of a file when the goal is to access an external file. |
|
|
|
|
|
Date Type <string> |
|
|
Used to indicate the "mime" file type of Data URL, for example "application / pdf". |
|
|
|
|
|
Wait <numeric> |
|
|
Indicates if Kalipso should wait for the end of execution or not. |
|
|
|
|
|
Parameters |
|
|
Name <string> |
|
|
|
Name of the first Parameter to pass to the application. |
|
|
|
|
|
|
Is Array |
|
|
|
Indicates if the parameter to pass to the application should be sent as an array |
|
|
|
|
|
|
Type <numeric> |
|
|
|
Type of the first Parameter to pass to the application. |
|
|
|
|
|
|
Value <type depends on Type> |
|
|
|
Value of the first Parameter to pass to the application. |
|
|
|
|
|
|
Element Separator<string> |
|
|
|
Character to be used as separator. |
|
|
|
|
|
|
(...) |
|
|
|
|
|
|
|
nth-Name <string> |
|
|
|
Name of the nth-Parameter to pass to the application. |
|
|
|
|
|
|
nth-Name <string> |
|
|
|
Name of the nth-Parameter to pass to the application. |
|
|
|
|
|
|
nth-Type <numeric> |
|
|
|
Type of the nth-Parameter to pass to the application. |
|
|
|
|
|
|
nth-Value <type depends on nth-Type> |
|
|
|
Value of the nth-Parameter to pass to the application. |
|
|
|
|
|
|
nth-Element Separator<string> |
|
|
|
Character to be used as nth-separator. |
|
|
|
|
|
Targets
|
|
|
Target Return Code <target>
|
|
|
|
Control or Variable where to store the returned code of the application's execution.
|
|
|
|
|
|
|
Target Return Values
|
|
|
|
Name <string>
|
|
|
|
|
Name of the first Return Value returned by the application.
Specify "data" to get the data of the intent and use type String or URI.
|
|
|
|
|
|
|
|
|
Type <numeric>
|
|
|
|
|
Type of the first Return Value returned by the application.
|
|
|
|
|
|
|
|
|
Target <target>
|
|
|
|
|
Control or Variable where to store the first Return Value returned by the application. |
|
|
|
|
|
|
|
|
(...) |
|
|
|
|
|
|
|
|
|
nth-Name <string> |
|
|
|
|
Name of the nth-Return Value returned by the application. |
|
|
|
|
|
|
|
|
nth-Type <numeric> |
|
|
|
|
Type of the nth-Return Value returned by the application. |
|
|
|
|
|
|
|
|
nth-Target <target> |
|
|
|
|
Control or Variable where to store the nth-Return Value returned by the application. |