Builder
Constructor for the ImageExtensionImpl.Builder.
Parameters
image Id
the id the the image extension
image
the pixel data of the image.
Constructor for the ImageExtensionImpl.Builder.
Parameters
image Id
the id the the image extension
bitmap
the bitmap data of the image.
Deprecated
Constructing `ImageExtensionImpl.Builder` without image or bitmap is deprecated, as the image or bitmap is a required field. Please switch to `Builder(imageId: String, image: Image)` or `Builder(imageId: String, bitmap: Bitmap)` instead.
Replace with
ImageExtensionImpl.Builder(imageId, image)
Content copied to clipboard
Constructor for the ImageExtensionImpl.Builder.
Parameters
image Id
the Id of the image extension.