Download Status
Structure to hold current status information about ongoing download session.
Constructors
DownloadStatus
Link copied to clipboard
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>)
Content copied to clipboard
DownloadStatus
Link copied to clipboard
open fun DownloadStatus(@Nullable error: DownloadError, @Nullable totalBytes: Long, @NonNull downloadOptions: DownloadOptions, @Nullable httpResult: Expected<HttpRequestError, HttpResponseData>)
Content copied to clipboard
Functions
Properties
downloadId
Link copied to clipboard
downloadOptions
Link copied to clipboard
error
Link copied to clipboard
httpResult
Link copied to clipboard
private open var httpResult: Expected<HttpRequestError, HttpResponseData>
Content copied to clipboard
receivedBytes
Link copied to clipboard
state
Link copied to clipboard
totalBytes
Link copied to clipboard
transferredBytes
Link copied to clipboard