ImageProfile

data class ImageProfile(var bitmapMemoryConsumption: Int = 0, var hibernationMemoryConsumption: Int = 0) : Parcelable

ImageRef profile part specific to image information.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(bitmapMemoryConsumption: Int = 0, hibernationMemoryConsumption: Int = 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Memory consumption of a memory-backed bitmap. Zero, if the image is hibernating.

Link copied to clipboard

Memory consumption of the hibernation buffer. Zero, if the image is not hibernating, or is hibernated to a file.

Functions

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