SpotifyImage

data class SpotifyImage(height: Int?, url: String, width: Int?)

A Spotify image

Parameters

height

The image height in pixels. If unknown: null or not returned.

url

The source URL of the image.

width

The image width in pixels. If unknown: null or not returned.

Constructors

SpotifyImage
Link copied to clipboard
common
fun SpotifyImage(height: Int? = null, url: String, width: Int? = null)
The image height in pixels.

Properties

height
Link copied to clipboard
common
val height: Int? = null
The image height in pixels.
url
Link copied to clipboard
common
val url: String
The source URL of the image.
width
Link copied to clipboard
common
val width: Int? = null
The image width in pixels.

Sources

common source
Link copied to clipboard