Callback function that will be invoked on hybrid app installation events.
<static> AppInstallationListener( event, moduleId, version, moduleName, designerVersion, containerVersion )
Name | Type | Description |
event | Integer | Installation flags including, BEGIN(1), END(2), FAIL(3) |
moduleId | String | Optional Module Id |
version | String | Optional Module version |
moduleName | String | Optional Module display name |
designerVersion | String | Optional Version of designer used to create app |
containerVersion | String | Optional Version of hybrid web container |