| Name | Description | From Version | Wrapper Class |
|---|---|---|---|
| APP-PACKAGE | Represents an application. | 1 | VT_AppPackage_Wrapper |
| Name | APP-INSTALLED | |||
| Description | Executes when installing a new application. | |||
| Type | Name | Description | |
|---|---|---|---|
| Variables | ACTIVITY-MANAGER.APP-PACKAGE | APP-PACKAGE | Package of the installed application. |
| CORE.STRING | APP-NAME | Name of the installed application. |
| Name | APP-UNINSTALLED | |||
| Description | Executes when uninstalling an application. | |||
| Type | Name | Description | |
|---|---|---|---|
| Variables | ACTIVITY-MANAGER.APP-PACKAGE | APP-PACKAGE | Package of the uninstalled application. |
| Name | APP-LAUNCH | |||
| Description | Launch an application. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | ACTIVITY-MANAGER.APP-PACKAGE | APP-PACKAGE | Yes | The application to execute. |