ImageInfo

data class ImageInfo(url: String, contentType: String, length: Int, width: Int, height: Int) : Parcelable

이미지 정보
Image information

Constructors

Link copied to clipboard
fun ImageInfo(url: String, contentType: String, length: Int, width: Int, height: Int)

Functions

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

Properties

Link copied to clipboard
val contentType: String

이미지 포맷
Image format

Link copied to clipboard
val height: Int

이미지 높이(단위: 픽셀)
Image height (Unit: Pixel)

Link copied to clipboard
val length: Int

이미지 파일 크기
Image file size

Link copied to clipboard
val url: String

이미지 URL
Image URL

Link copied to clipboard
val width: Int

이미지 너비(단위: 픽셀)
Image width (Unit: Pixel)