This object represents a hybrid app.
new HybridApp( moduleId, version, displayName, iconIndex, defaultCustomIcon, customIconList )
| 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. |