TmdbImagesConfiguration

@Serializable
data class TmdbImagesConfiguration(val baseUrl: String, val secureBaseUrl: String, val backdropSizes: List<String> = emptyList(), val posterSizes: List<String> = emptyList(), val logoSizes: List<String> = emptyList(), val profileSizes: List<String> = emptyList(), val stillSizes: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(baseUrl: String, secureBaseUrl: String, backdropSizes: List<String> = emptyList(), posterSizes: List<String> = emptyList(), logoSizes: List<String> = emptyList(), profileSizes: List<String> = emptyList(), stillSizes: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard