ImageProviderInfo

data class ImageProviderInfo(val name: String, val supportedImages: List<ImageType>)

Class ImageProviderInfo.

Constructors

Link copied to clipboard
constructor(name: String, supportedImages: List<ImageType>)

Properties

Link copied to clipboard

The name.

Link copied to clipboard

The supported image types.