Image Ref Profile
data class ImageRefProfile(var refInfo: RefCountedObjectProfile, var imageInfo: ImageProfile, var imageSource: ImageSource?) : Parcelable
ImageRef profile which provides detailed information about stored object.
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.