ImageDescriptor

constructor(image: DrawableResolver, imageType: ImageType = ImageType.DEFAULT)

A convenience constructor to create the class with a DrawableResolver.


constructor(remoteImage: RemoteImage, imageType: ImageType = ImageType.DEFAULT)

A convenience constructor to create the class with a RemoteImage.


constructor(uri: Uri, imageType: ImageType = ImageType.DEFAULT)

A convenience constructor to create the class with a Uri.


constructor(image: ImageSource, imageType: ImageType = ImageType.DEFAULT)

Parameters

image

The image content.

imageType

The ImageType of the given image.