HybridApp class

This object represents a hybrid app.

Syntax

new HybridApp( moduleId, version, displayName, iconIndex, defaultCustomIcon, customIconList )

Parameters

Name Type Description
moduleId number The module id of this hybrid app.
version number The version of this hybrid app.
displayName string The display name of this hybrid app.
iconIndex number The index specifying the icon representing this Hybrid App.
defaultCustomIcon hwc.CustomIcon The default custom icon for this hybrid app.
customIconList hwc.CustomIcon[] An array of custom icon objects.

Source

hwc-api.js, line 1364.