AlbumCover

data class AlbumCover(val fileObjectName: String, val coordinates: List<Int>?, val previews: List<AlbumCover.Preview>) : Parcelable

Constructors

Link copied to clipboard
constructor(fileObjectName: String, coordinates: List<Int>?, previews: List<AlbumCover.Preview>)

Types

Link copied to clipboard
data class Preview(val type: AlbumCover.Preview.Type, val size: AlbumCover.Preview.Size, val contentUrl: String) : Parcelable

Properties

Link copied to clipboard

Coordinates of image path to create preview.

Link copied to clipboard

File object name.

Link copied to clipboard