coil-base
/
coil.request
/
Disposable
Disposable
interface
Disposable
Content copied to clipboard
Represents the work of an
ImageRequest
that has been executed by an
ImageLoader
.
Functions
Properties
Functions
dispose
Link copied to clipboard
abstract fun
dispose
()
Content copied to clipboard
Cancels this disposable's work and releases any held resources.
Properties
isDisposed
Link copied to clipboard
abstract val
isDisposed
:
Boolean
Content copied to clipboard
Returns 'true' if this disposable's work is complete or cancelling.
job
Link copied to clipboard
abstract val
job
:
Deferred
<
ImageResult
>
Content copied to clipboard
The most recent image request job.