DownloadStatus

open fun DownloadStatus(downloadId: Long, @NonNull state: DownloadState, @Nullable error: DownloadError, @Nullable totalBytes: Long, receivedBytes: Long, transferredBytes: Long, @NonNull downloadOptions: DownloadOptions, @Nullable httpResult: Expected<HttpRequestError, HttpResponseData>)
open fun DownloadStatus(@Nullable error: DownloadError, @Nullable totalBytes: Long, @NonNull downloadOptions: DownloadOptions, @Nullable httpResult: Expected<HttpRequestError, HttpResponseData>)