Icons property

Advanced

This property is designed to import custom images to the mobile application.

It is set by the configuration objects array, each containing properties from the table.

Configuration object properties 

ImageListId

Image list ID.

ImageId

Custom image ID from the ImageListId list.

Use of custom images
// Custom images import.
"Icons": [
    {
        // Image list ID.
        "ImageListId": "69c7829d-37c2-449b-a24b-bcd7bf38a8be",
        // Imported image ID.
        "ImageId": "4c1944db-e686-4a45-8262-df0c7d080658"
    }
]