ImageInfo

class ImageInfo(url: String, @Px() width: Int, @Px() height: Int) : Parcelable

Image information.

Constructors

ImageInfo
Link copied to clipboard
fun ImageInfo(url: String, @Px() width: Int, @Px() height: Int)

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

height
Link copied to clipboard
val height: Int
image height in pixels.
url
Link copied to clipboard
val url: String
image URL.
width
Link copied to clipboard
val width: Int
image width in pixels.