Represents a CustomIcon.
Used with the hwc.HybridApp object.
new CustomIcon( width, height, type, name, path, processedPath, moduleId, moduleVersion, index )
Name | Type | Description |
width | number | The width of this custom icon. |
height | number | The height of this custom icon. |
type | string | The image type of this custom icon. |
name | string | The name of this custom icon. |
path | string | The file path of the unprocessed icon. |
processedPath | string | The file path of the processed icon. |
moduleId | number | The module ID of the hybrid app this icon is for. |
moduleVersion | number | The module version of the hybrid app this icon is for. |
index | number | The index of this custom icon. |