ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Mobile specific functions / Download functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Download functions use the following constants:
ConstantDetailsVariable type
downloadNotifProgressDownload notification mode: As long as the download is in progress, a notification shows the progress and disappears when the download is complete.DownloadParameter type
downloadNotifNoneDownload notification mode: No notification is visible.DownloadParameter type
downloadNotifProgressAndCompletionDownload notification mode: While the download is in progress, a notification shows the progress and remains visible when the download is complete.DownloadParameter type
downloadStatusFailedDownload status: Download failed.DownloadInfo type
downloadStatusRunningDownload status: Download in progress.DownloadInfo type
downloadStatusPausedDownload status: Download is paused.DownloadInfo type
downloadStatusPendingDownload status: Download pending.DownloadInfo type
downloadStatusSuccessfulDownload status: Download successful.DownloadInfo type
downloadErrorInsufficientSpaceError encountered: Insufficient storage space.DownloadInfo type
downloadErrorStorageError encountered: Storage-related error.DownloadInfo type
downloadErrorUnknownError encountered: The error is unknown.DownloadInfo type
downloadErrorFileAlreadyExistsError encountered: URI points to an existing file.DownloadInfo type
downloadPausedUnknownThe download is paused for an unknown reason.DownloadInfo type
downloadPausedWaitingForNetworkThe download is paused until a network is found.DownloadInfo type
downloadPausedWaitingForWifiThe download is paused until a Wi-Fi network is found.DownloadInfo type
downloadPausedWaitingToRetryThe download was paused due to a network error. The system will wait before trying again.DownloadInfo type
Minimum version required
  • Version 27
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help