LibraryTypeOptionsDto

data class LibraryTypeOptionsDto(val type: String? = null, val metadataFetchers: List<LibraryOptionInfoDto>, val imageFetchers: List<LibraryOptionInfoDto>, val supportedImageTypes: List<ImageType>, val defaultImageOptions: List<ImageOption>)

Library type options dto.

Constructors

Link copied to clipboard
constructor(type: String? = null, metadataFetchers: List<LibraryOptionInfoDto>, imageFetchers: List<LibraryOptionInfoDto>, supportedImageTypes: List<ImageType>, defaultImageOptions: List<ImageOption>)

Properties

Link copied to clipboard

The default image options.

Link copied to clipboard

The image fetchers.

Link copied to clipboard

The metadata fetchers.

Link copied to clipboard

The supported image types.

Link copied to clipboard
val type: String? = null

The type.