enqueue

open fun enqueue(@NonNull request: DownloadRequest)

Deprecated

Enqueue a request to be downloaded.

Deprecated

Use enqueueV2

Parameters

request

a download request

Throws

if the provided download path is not an existing directory on external storage or if the request is invalid

if the external storage is not mounted in read and write mode