ImageInfo

data class ImageInfo(var height: Int, var width: Int, var maxByteSize: Int) : Parcelable

Image Info.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(height: Int, width: Int, maxByteSize: Int)

Properties

Link copied to clipboard
var height: Int

Image height in pixels.

Link copied to clipboard

Byte size of the non-hibernating image.

Link copied to clipboard
var width: Int

Image width in pixels.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject