|
|
|
|
|
Download functions use the following constants: | | | Constant | Details | Type of variable |
---|
downloadNotifProgress | Download notification mode: A notification shows the progress of the download and disappears when the download is complete. | DownloadParameter type | downloadNotifProgressAndCompletion | Download notification mode: A notification shows the progress of the download and remains visible when the download is complete. | DownloadParameter type | downloadNotifNone | Download notification mode: No notifications shown. | DownloadParameter type | downloadStatusSuccessful | Download status: Download successful. | DownloadInfo type | downloadStatusPaused | Download status: Paused download. | DownloadInfo type | downloadStatusPending | Download status: Pending download. | DownloadInfo type | downloadStatusFailed | Download status: The download failed. | DownloadInfo type | downloadStatusRunning | Download status: The download is in progress. | DownloadInfo type | downloadErrorInsufficientSpace | Error encountered: Insufficient storage space. | DownloadInfo type | downloadErrorStorage | Error encountered: Storage error. | DownloadInfo type | downloadErrorFileAlreadyExists | Error encountered: The URI points to an existing file. | DownloadInfo type | downloadErrorUnknown | Error encountered: Unknown error. | DownloadInfo type | downloadPausedUnknown | The download is paused for an unknown reason. | DownloadInfo type | downloadPausedWaitingForNetwork | The download is paused until a network is found. | DownloadInfo type | downloadPausedWaitingForWifi | The download is paused until a Wi-Fi network is found. | DownloadInfo type | downloadPausedWaitingToRetry | The download was paused due to a network error. The system will wait before trying again. | DownloadInfo type |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|