ImageRefProfile

data class ImageRefProfile(var refInfo: RefCountedObjectProfile, var imageInfo: ImageProfile, var imageSource: ImageSource?) : Parcelable

ImageRef profile which provides detailed information about stored object.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(refInfo: RefCountedObjectProfile, imageInfo: ImageProfile, imageSource: ImageSource?)

Properties

Link copied to clipboard

Image-specific information, e.g. memory consumption.

Link copied to clipboard

Description of source from which the ImageRef was created. Non-null only if detailed profiling has been previously enabled by a call to enableDetailedProfiling.

Link copied to clipboard

Information about the strong and serialized references to the image.

Functions

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