Package-level declarations

Types

Link copied to clipboard
open class ImageSource @JvmOverloads constructor(context: Context, val source: String?, width: Double = 0.0, height: Double = 0.0, val cacheControl: ImageCacheControl = ImageCacheControl.DEFAULT)

Class describing an image source (network URI or resource) and size.

Link copied to clipboard

Helper class for dealing with multisource images.

Link copied to clipboard
@ThreadSafe
class ResourceDrawableIdHelper

Helper class for obtaining information about local images.