DecodeResult

data class DecodeResult(drawable: Drawable, isSampled: Boolean)

The result of Decoder.decode.

See also

Parameters

drawable

The decoded Drawable.

isSampled

True if drawable is sampled (i.e. loaded into memory at less than its original size).

Constructors

DecodeResult
Link copied to clipboard
fun DecodeResult(drawable: Drawable, isSampled: Boolean)

Properties

drawable
Link copied to clipboard
val drawable: Drawable
isSampled
Link copied to clipboard
val isSampled: Boolean