.. _module-activitymanager: Activity Manager -------------------------- * **Identifier** - ACTIVITY-MANAGER * **Description** - Allows to control applications within current device. * **Current Version** - 1 * **Initialization** - None * **Destroy** - None * **Dependencies** - :ref:`module-core` Value Types ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. cssclass:: table-bordered +-------------------+------------------------------------------------------------+---------------+----------------------------+ | Name | Description | From Version | Wrapper Class | +===================+============================================================+===============+============================+ | **APP-PACKAGE** | Represents an application. | 1 | VT_AppPackage_Wrapper | +-------------------+------------------------------------------------------------+---------------+----------------------------+ Trigger App Installed ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. cssclass:: table-bordered +-------------------+---------------------------------+--------------+--------------+-----------------------------------------+ | Name | APP-INSTALLED | +-------------------+---------------------------------+--------------+--------------+-----------------------------------------+ | Description | Executes when installing a new application. | +-------------------+---------------------------------+--------------+--------------+-----------------------------------------+ .. cssclass:: table-bordered +-------------------+---------------------------------+-----------------------------+-----------------------------------------+ | | Type | Name | Description | +===================+=================================+=============================+=========================================+ | Variables | ACTIVITY-MANAGER.APP-PACKAGE | APP-PACKAGE | Package of the installed application. | + +---------------------------------+-----------------------------+-----------------------------------------+ | | CORE.STRING | APP-NAME | Name of the installed application. | +-------------------+---------------------------------+-----------------------------+-----------------------------------------+ Trigger App Uninstalled ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. cssclass:: table-bordered +-------------------+---------------------------------+--------------+--------------+-----------------------------------------+ | Name | APP-UNINSTALLED | +-------------------+---------------------------------+--------------+--------------+-----------------------------------------+ | Description | Executes when uninstalling an application. | +-------------------+---------------------------------+--------------+--------------+-----------------------------------------+ .. cssclass:: table-bordered +-------------------+---------------------------------+-----------------------------+-----------------------------------------+ | | Type | Name | Description | +===================+=================================+=============================+=========================================+ | Variables | ACTIVITY-MANAGER.APP-PACKAGE | APP-PACKAGE | Package of the uninstalled application. | +-------------------+---------------------------------+-----------------------------+-----------------------------------------+ Performer Launch App ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. cssclass:: table-bordered +-------------------+------------------------------+--------------+--------------+--------------------------------------------+ | Name | APP-LAUNCH | +-------------------+------------------------------+--------------+--------------+--------------------------------------------+ | Description | Launch an application. | +-------------------+------------------------------+--------------+--------------+--------------------------------------------+ .. cssclass:: table-bordered +-------------------+------------------------------+--------------+--------------+--------------------------------------------+ | | Type | Name | Required | Description | +===================+==============================+==============+==============+============================================+ | Parameters | ACTIVITY-MANAGER.APP-PACKAGE | APP-PACKAGE | Yes | The application to execute. | +-------------------+------------------------------+--------------+--------------+--------------------------------------------+