enqueue

abstract fun enqueue(request: ImageRequest): Disposable

Enqueue the request to be executed asynchronously.

Return

A Disposable which can be used to cancel or check the status of the request.

Parameters

request

The request to execute.