updateImage

fun updateImage(identifier: String, image: Bitmap)

Updates an image with the given identifier.

Parameters

identifier

Unique name for the image in the style registry.

image

Bitmap containing the image data.