coil-base
/
coil.request
/
Disposable
Disposable
interface
Disposable
Content copied to clipboard
Represents the work of an executed
ImageRequest
.
Functions
Properties
Functions
await
Link copied to clipboard
@
ExperimentalCoilApi
()
abstract suspend fun
await
()
Content copied to clipboard
Suspends until any in progress work completes.
dispose
Link copied to clipboard
abstract fun
dispose
()
Content copied to clipboard
Cancels any in progress work and frees any resources associated with this request.
Properties
isDisposed
Link copied to clipboard
abstract val
isDisposed
:
Boolean
Content copied to clipboard
Returns true if the request is complete or cancelling.