TypeOptions

data class TypeOptions(val type: String? = null, val metadataFetchers: List<String>? = null, val metadataFetcherOrder: List<String>? = null, val imageFetchers: List<String>? = null, val imageFetcherOrder: List<String>? = null, val imageOptions: List<ImageOption>? = null)

Constructors

Link copied to clipboard
constructor(type: String? = null, metadataFetchers: List<String>? = null, metadataFetcherOrder: List<String>? = null, imageFetchers: List<String>? = null, imageFetcherOrder: List<String>? = null, imageOptions: List<ImageOption>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val imageFetchers: List<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: String? = null