coreDownload

@NotNull
open fun coreDownload(@NotNull callback: @NotNull DownloadCallback): @NotNull TransferController

Start core download.

Multiple calls will queue multiple downloads, executed sequentially. This includes image uploads executed from imageUpload.

The download may be controlled using the TransferController returned by this method.

Return

The object used to control this download.

Parameters

callback

Receives callbacks from the download.

See also